summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-03 13:56:52 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-03 13:56:52 +1000
commit938371b64fdd15599c4ce4dbb8525ebda512f5ad (patch)
tree9c9490986afff38b4850e1fb1f3843ce339e1d0e /src/tools/srcclean.cpp
parent8bb6ec6d6faec95ccca2d97c9be5d272a69d857e (diff)
remove leftover crud (nw)
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r--src/tools/srcclean.cpp18
1 files changed, 0 insertions, 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)