diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-11 13:50:06 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-11 13:50:06 +0000 |
commit | 727cb56e429874d86fe055dd721c154ff0086acf (patch) | |
tree | 997105e7adf1f39a16bf627b61ca42279db54e23 /cpp/src/slice2cs/Main.cpp | |
parent | fix incorrect pathname in command line (diff) | |
download | ice-727cb56e429874d86fe055dd721c154ff0086acf.tar.bz2 ice-727cb56e429874d86fe055dd721c154ff0086acf.tar.xz ice-727cb56e429874d86fe055dd721c154ff0086acf.zip |
Deprecated setDefaultContext/getDefaultContext
Diffstat (limited to 'cpp/src/slice2cs/Main.cpp')
-rw-r--r-- | cpp/src/slice2cs/Main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp index 4f526a5a085..fe5118175a0 100644 --- a/cpp/src/slice2cs/Main.cpp +++ b/cpp/src/slice2cs/Main.cpp @@ -143,8 +143,6 @@ main(int argc, char* argv[]) int status = EXIT_SUCCESS; - cerr << cppArgs << endl; - for(i = args.begin(); i != args.end(); ++i) { if(depend) |