From: Michael Vrable Date: Mon, 16 Apr 2007 04:56:33 +0000 (-0700) Subject: Remove early test code for the tarfile storage backend. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=c9bcb5eee1ba2c64eb2fef5bb27448ec0b25e125 Remove early test code for the tarfile storage backend. --- diff --git a/scandir.cc b/scandir.cc index 9d895ce..2559dc1 100644 --- a/scandir.cc +++ b/scandir.cc @@ -293,11 +293,6 @@ int main(int argc, char *argv[]) fprintf(stderr, "IOException: %s\n", e.getError().c_str()); } - const char testdata[] = "Test string."; - tss->write_object(testdata, strlen(testdata)); - tss->write_object(testdata, strlen(testdata)); - tss->write_object(testdata, strlen(testdata)); - const string md = metadata.str(); string root = tss->write_object(md.data(), md.size(), "root");