summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 15:25:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 15:27:39 +0200
commite48a2339600d12d43148bbdb9a47770ae9bc94e3 (patch)
treedcaa8b52ed44f0b6c22b02c29910cea6b1ea46a3 /hwpfilter
parentb05b970daaf69b5b491b847375ee07539de9481f (diff)
loplugin:unreffun: also warn about redundant redeclarations
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/lexer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/hwpfilter/source/lexer.cxx b/hwpfilter/source/lexer.cxx
index 91daa4be675b..efea4760fab5 100644
--- a/hwpfilter/source/lexer.cxx
+++ b/hwpfilter/source/lexer.cxx
@@ -988,14 +988,6 @@ int token_debug(const char *format, ...);
* section 1.
*/
-#ifndef YY_SKIP_YYWRAP
-#ifdef __cplusplus
-extern "C" int yywrap YY_PROTO(( void ));
-#else
-extern int yywrap YY_PROTO(( void ));
-#endif
-#endif
-
#ifndef YY_NO_UNPUT
//static void yyunput YY_PROTO(( int c, char *buf_ptr ));
#endif