From c9bcb5eee1ba2c64eb2fef5bb27448ec0b25e125 Mon Sep 17 00:00:00 2001
From: Michael Vrable <mvrable@cs.ucsd.edu>
Date: Sun, 15 Apr 2007 21:56:33 -0700
Subject: [PATCH] Remove early test code for the tarfile storage backend.

---
 scandir.cc | 5 -----
 1 file changed, 5 deletions(-)

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");
 
-- 
2.20.1