From 694345dc8b6ace1cc717783db2caef5c635ce4ff Mon Sep 17 00:00:00 2001 From: Renaud Durlin Date: Thu, 3 Oct 2013 22:50:28 +0200 Subject: [PATCH] Remove unused code --- cpp/find_warnings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/find_warnings.py b/cpp/find_warnings.py index 881161a..84ad403 100644 --- a/cpp/find_warnings.py +++ b/cpp/find_warnings.py @@ -127,8 +127,6 @@ def find_warnings(self): self._find_header_warnings() elif is_cpp_file(self.filename): self._find_source_warnings() - else: - print('Unknown filetype for: %s' % self.filename) def _update_symbol_table(self, module): for name, node in module.public_symbols.items():