aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-tools_build_v2_tools_common.jam
blob: 68683f173aeeed8c9630e538013152e9727ee5be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- tools/build/v2/tools/common.jam.orig	Thu Oct 16 12:42:03 2008
+++ tools/build/v2/tools/common.jam	Tue Nov 11 23:43:27 2008
@@ -760,14 +760,6 @@
                 result += [ join-tag $(f:G=) : [ toolset-tag $(name) : $(type) :
                     $(property-set) ] ] ;
 
-                case <threading> :
-                result += [ join-tag $(f:G=) : [ threading-tag $(name) : $(type)
-                    : $(property-set) ] ] ;
-
-                case <runtime> :
-                result += [ join-tag $(f:G=) : [ runtime-tag $(name) : $(type) :
-                    $(property-set) ] ] ;
-
                 case <version:*> :
                 local key = [ MATCH <version:(.*)> : $(f:G) ] ;
                 local version = [ $(property-set).get <$(key)> ] ;