From 4fd4f5d9fcc4b6ea8b1d554fe013a994ef46b3ce Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 2 Dec 2013 18:39:22 +0100 Subject: Squish: Remove unused function Change-Id: I2860d77dcb6a571e6af0e8aff86b997c12dafc90 Reviewed-by: Christian Stenger --- tests/system/shared/build_utils.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/system/shared/build_utils.py') 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 -- cgit v1.2.1