Kaydet (Commit) 5eeec136 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:constantfunction: rsc

Change-Id: I574bac6b25c9f36ff3d545420ea49d99a9c79b05
üst 2754e167
......@@ -256,10 +256,7 @@ int rscpp_main( int argc, char **argv );
void InitCpp1( void );
void InitCpp2( void );
void InitCpp3( void );
void InitCpp4( void );
void InitCpp5( void );
void InitCpp6( void );
#define HELLO() fprintf( stderr, "[Hello at %s, %d] ", __FILE__, __LINE__ )
......
......@@ -244,10 +244,7 @@ int MAIN(int argc, char** argv)
nRunde++;
InitCpp1();
InitCpp2();
InitCpp3();
InitCpp4();
InitCpp5();
InitCpp6();
initdefines(); /* O.S. specific def's */
......
......@@ -48,11 +48,6 @@
#endif
void InitCpp2()
{
}
/*
* Process #control lines. Simple commands are processed inline,
* while complex commands have their own subroutines.
......
......@@ -32,11 +32,6 @@
#include <signal.h>
#endif
void InitCpp3()
{
}
/*
* Open a file, add it to the linked list of open files.
* This is called only from openfile() above.
......
......@@ -180,12 +180,6 @@ SIZES size_table[] = {
{ 0, 0, 0 }, /* End of table */
};
void InitCpp5()
{
}
/*
* Evaluate an expression. Straight-forward operator precedence.
* This is called from control() on encountering an #if statement.
......
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