Fixes for warnings issued by clang

This commit is contained in:
William S Fulton 2013-04-28 17:59:40 +01:00
commit 99231457db
2 changed files with 0 additions and 21 deletions

View file

@ -106,7 +106,6 @@ private:
File *f_wrappers;
File *f_init;
File *f_initbeforefunc;
String *PrefixPlusUnderscore;
String *s_cmd_tab; // table of command names
String *s_var_tab; // table of global variables
String *s_const_tab; // table of global constants
@ -150,7 +149,6 @@ public:
f_wrappers(0),
f_init(0),
f_initbeforefunc(0),
PrefixPlusUnderscore(0),
s_cmd_tab(0),
s_var_tab(0),
s_const_tab(0),