From 938371b64fdd15599c4ce4dbb8525ebda512f5ad Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 3 Aug 2016 13:56:52 +1000 Subject: [PATCH] remove leftover crud (nw) --- src/tools/srcclean.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index 53377cbffe7..1c23c2e14a6 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -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)