diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:17:02 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:17:02 (GMT) |
commit | dd3ba6d805839058f640497c4775d1c1d0fc40d9 (patch) | |
tree | cdac0f3d2959c7a2d670c25ff4f1ca11381e52a4 /tests/test_pretty_print.cc | |
parent | 8a421584859ddd1347b2916601547e4ba993e5ed (diff) |
cleanup, remove unused files and code, etc
Diffstat (limited to 'tests/test_pretty_print.cc')
-rw-r--r-- | tests/test_pretty_print.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_pretty_print.cc b/tests/test_pretty_print.cc index 227d8ad..b07bab5 100644 --- a/tests/test_pretty_print.cc +++ b/tests/test_pretty_print.cc @@ -7,7 +7,6 @@ #include <cstddef> #include <unistd.h> -//#include <stdio.h> #define PREQUOTE(x) #x #define QUOTE(x) PREQUOTE(x) @@ -18,7 +17,6 @@ int main( int argc, char * argv[] ) newargs[1] = const_cast<char *>(QUOTE( PYSRC )); newargs[2] = const_cast<char *>(QUOTE( BUILDDIR )); newargs[3] = NULL; - //printf(":%s:%s:%s\n", newargs[0], newargs[1], newargs[2]); return execv( newargs[0], newargs ); } |