aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-12-02 18:39:22 +0100
committerRobert Loehning <robert.loehning@digia.com>2013-12-03 10:42:16 +0100
commit4fd4f5d9fcc4b6ea8b1d554fe013a994ef46b3ce (patch)
tree01964edec838b1bba02080b1a94624ca48eb5353
parent7f492541b970f84359342d8380e114ffa62d3f5f (diff)
Squish: Remove unused function
Change-Id: I2860d77dcb6a571e6af0e8aff86b997c12dafc90 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/shared/build_utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/system/shared/build_utils.py b/tests/system/shared/build_utils.py
index 6048482eaf..5a34aac4a3 100644
--- a/tests/system/shared/build_utils.py
+++ b/tests/system/shared/build_utils.py
@@ -65,10 +65,6 @@ def __addSignalHandlerDict__(lazySignalHandlerFunction):
installedSignalHandlers.setdefault("%s____%s" % (name,signalSignature), handlers)
return wrappedFunction
-# returns the currently assigned handler functions for a given object and signal
-def getInstalledSignalHandlers(name, signalSignature):
- return installedSignalHandlers.get("%s____%s" % (name,signalSignature))
-
# this method checks the last build (if there's one) and logs the number of errors, warnings and
# lines within the Issues output
# optional parameter can be used to tell this function if the build was expected to fail or not