projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2d1c6
)
Remove early test code for the tarfile storage backend.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 16 Apr 2007 04:56:33 +0000
(21:56 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Mon, 16 Apr 2007 04:56:33 +0000
(21:56 -0700)
scandir.cc
patch
|
blob
|
history
diff --git
a/scandir.cc
b/scandir.cc
index
9d895ce
..
2559dc1
100644
(file)
--- 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");