diff options
Diffstat (limited to 'Userland/DevTools/IPCCompiler/main.cpp')
-rw-r--r-- | Userland/DevTools/IPCCompiler/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/DevTools/IPCCompiler/main.cpp b/Userland/DevTools/IPCCompiler/main.cpp index b060f13c92..bfd998bb31 100644 --- a/Userland/DevTools/IPCCompiler/main.cpp +++ b/Userland/DevTools/IPCCompiler/main.cpp @@ -33,8 +33,6 @@ #include <ctype.h> #include <stdio.h> -//#define GENERATE_DEBUG_CODE - struct Parameter { Vector<String> attributes; String type; |