diff options
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 583c0aad011..b101e76b700 100644 --- a/cpp/src/slice2cs/Main.cpp +++ b/cpp/src/slice2cs/Main.cpp @@ -242,12 +242,10 @@ main(int argc, char* argv[]) return EXIT_FAILURE; } gen.generate(p); -#if 0 if(tie) { gen.generateTie(p); } -#endif if(impl) { gen.generateImpl(p); |