From 29554be64581d64b595276165c2b24ba1accb0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Aug 2012 08:36:29 +0000 Subject: [PATCH] Internal Boost Build testing system cleanup - removed an unused BoostBuild.Tester.mul() member function. [SVN r79826] --- v2/test/BoostBuild.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/v2/test/BoostBuild.py b/v2/test/BoostBuild.py index bd0ad6500..a911b3cf1 100644 --- a/v2/test/BoostBuild.py +++ b/v2/test/BoostBuild.py @@ -768,25 +768,6 @@ class Tester(TestCmd.TestCmd): print("Set environmental variable 'DO_DIFF' to examine the " "difference.") - # Helpers. - def mul(self, *arguments): - if len(arguments) == 0: - return None - - here = arguments[0] - if type(here) == type(""): - here = [here] - - if len(arguments) > 1: - there = apply(self.mul, arguments[1:]) - result = [] - for i in here: - for j in there: - result.append(i + j) - return result - - return here - # Internal methods. def adjust_lib_name(self, name): global lib_prefix