diff options
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 3d282653d4e..a4ad0448d70 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -1289,15 +1289,6 @@ class ProcessFromBinDir: return True # -# Executables for processes inheriting this marker class are looked up in the -# Ice distribution bin directory. -# -class ProcessFromBinDir: - - def isFromBinDir(self): - return True - -# # Executables for processes inheriting this marker class are only provided # as a Release executble on Windows # |