From 1d8f1b6b13a6bc04f2a391db97ba395e6b710e32 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 7 Sep 2010 13:13:54 +0000 Subject: [PATCH] Removed repeated comment --- build/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build/commands.py b/build/commands.py index 52e81c00..c11d6094 100644 --- a/build/commands.py +++ b/build/commands.py @@ -191,7 +191,6 @@ class InternalCommands: stdout, stderr = p.communicate() - # we don't need to worry about the version; CmakeLists.txt does this for us! if p.returncode != 0: # if return code from cmake is not 0, then either something has # gone terribly wrong with --version, or it genuinely doesn't exist.