diff --git a/Jamrules b/Jamrules index 6c6c065f9f..b8416a2efb 100644 --- a/Jamrules +++ b/Jamrules @@ -945,16 +945,6 @@ rule LinkSharedOSLibs } } -rule LinkStaticOSLibs -{ - # LinkStaticOSLibs : ; - - for i in $(>) - { - LINKLIBS on $(<) = $(LINKLIBS) -l $(i) ; - } -} - rule AddResources { # AddResources : ;