Remove early test code for the tarfile storage backend.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 16 Apr 2007 04:56:33 +0000 (21:56 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 16 Apr 2007 04:56:33 +0000 (21:56 -0700)
scandir.cc

index 9d895ce..2559dc1 100644 (file)
@@ -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");