remove leftover crud (nw)

This commit is contained in:
Vas Crabb 2016-08-03 13:56:52 +10:00
parent 8bb6ec6d6f
commit 938371b64f

View File

@ -1464,24 +1464,6 @@ bool is_xml_extension(char const *ext)
int main(int argc, char *argv[])
{
#if 0
int removed_tabs = 0;
int added_tabs = 0;
int removed_spaces = 0;
int removed_continuations = 0;
int removed_newlines = 0;
int dst = 0;
bool in_multiline_comment = false;
bool in_singleline_comment = false;
int indent_multiline_comment = 0;
int in_c_string = FALSE;
int hichars = 0;
int bytes;
int col = 0;
int escape = 0;
const int tab_size = 4;
#endif
bool keep_backup(false);
bool dry_run(false);
#if defined(WIN32)