Kaydet (Commit) 372f8519 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I983394e10e1a316fe01bd3925913e5e65f944b68
Reviewed-on: https://gerrit.libreoffice.org/68470
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f2373813
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
extern "C" void workOnTokenSet( int, char* ); extern "C" void workOnTokenSet( int, char* );
extern "C" FILE * init(int, char **); extern "C" FILE * init(int, char **);
void yyerror(char const *);
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -33,6 +33,8 @@ extern "C" bool GetOutputFile( int argc, char* argv[]); ...@@ -33,6 +33,8 @@ extern "C" bool GetOutputFile( int argc, char* argv[]);
extern "C" FILE *GetXrmFile(); extern "C" FILE *GetXrmFile();
extern "C" const char* getFilename(); extern "C" const char* getFilename();
void yyerror( const char * );
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include <cfgmerge.hxx> #include <cfgmerge.hxx>
#include <tokens.h> #include <tokens.h>
void yyerror(char const *);
namespace { namespace {
namespace global { namespace global {
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
using namespace std; using namespace std;
void yyerror( const char * );
// set of global variables // set of global variables
static bool bMergeMode; static bool bMergeMode;
static bool bDisplayName; static bool bDisplayName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment