summaryrefslogtreecommitdiff
path: root/test/tinytest.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-14 18:50:06 +0000
committerNick Mathewson <nickm@torproject.org>2009-07-14 18:50:06 +0000
commit043515bc52dcc11109c7460fcfd92b67105f3f2a (patch)
tree1654840902ff4fde4016f745d4342b482daef1b1 /test/tinytest.c
parente224321c6413d8245d88655b7d88e5b3a2da0690 (diff)
downloadlibevent-043515bc52dcc11109c7460fcfd92b67105f3f2a.tar.gz
Stop using C++ style comments.
svn:r1343
Diffstat (limited to 'test/tinytest.c')
-rw-r--r--test/tinytest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tinytest.c b/test/tinytest.c
index 07483b8c..3654e681 100644
--- a/test/tinytest.c
+++ b/test/tinytest.c
@@ -102,7 +102,6 @@ _testcase_run_forked(const struct testgroup_t *group,
*/
int ok;
char buffer[LONGEST_TEST_NAME+256];
- //const char *verbosity;
STARTUPINFO si;
PROCESS_INFORMATION info;
DWORD exitcode;