From 41d000c5e1342f17c6a8e11c5578af9877eac138 Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Tue, 22 Apr 2008 20:10:34 +0200 Subject: [PATCH] Removed 'not touching files if ok' since it's not working anyway. --- src/Core/Editors/fixincludes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Core/Editors/fixincludes.py b/src/Core/Editors/fixincludes.py index 5c7e85a..9a01f69 100755 --- a/src/Core/Editors/fixincludes.py +++ b/src/Core/Editors/fixincludes.py @@ -57,10 +57,6 @@ def doSortIncludes(name): # Assemble the resulting file result = precontent + gincludes + includes + postcontent - # Nothing changed, don't touch the file - if lines == result: - return - # Write the new and improved file try: fixfile = open(name, 'w') -- 2.11.4.GIT