Module: wine Branch: master Commit: ebf3a680c71c18a6610ea7cd4658783e938c39e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ebf3a680c71c18a6610ea7cd46...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Thu Dec 18 20:19:45 2008 +0000
jscript: Remove unused Wine debug channel.
---
dlls/jscript/parser.y | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dlls/jscript/parser.y b/dlls/jscript/parser.y index 9f3b6d4..96ba29c 100644 --- a/dlls/jscript/parser.y +++ b/dlls/jscript/parser.y @@ -21,10 +21,6 @@ #include "jscript.h" #include "engine.h"
-#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(jscript); - #define YYLEX_PARAM ctx #define YYPARSE_PARAM ctx