$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79826 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-01 04:36:32
Author: jurko
Date: 2012-08-01 04:36:29 EDT (Wed, 01 Aug 2012)
New Revision: 79826
URL: http://svn.boost.org/trac/boost/changeset/79826
Log:
Internal Boost Build testing system cleanup - removed an unused BoostBuild.Tester.mul() member function.
Text files modified: 
   trunk/tools/build/v2/test/BoostBuild.py |    19 -------------------                     
   1 files changed, 0 insertions(+), 19 deletions(-)
Modified: trunk/tools/build/v2/test/BoostBuild.py
==============================================================================
--- trunk/tools/build/v2/test/BoostBuild.py	(original)
+++ trunk/tools/build/v2/test/BoostBuild.py	2012-08-01 04:36:29 EDT (Wed, 01 Aug 2012)
@@ -768,25 +768,6 @@
             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