Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/src/LM/Jamfile')
-rw-r--r--moses/src/LM/Jamfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/moses/src/LM/Jamfile b/moses/src/LM/Jamfile
index dd25775a2..0c9fe8c4e 100644
--- a/moses/src/LM/Jamfile
+++ b/moses/src/LM/Jamfile
@@ -1,16 +1,5 @@
import option ;
-# Shell with trailing line removed http://lists.boost.org/boost-build/2007/08/17051.php
-rule trim-nl ( str )
-{
- return [ MATCH "([^
-]*)" : $(str) ] ;
-}
-rule _shell ( cmd )
-{
- return [ trim-nl [ SHELL $(cmd) ] ] ;
-}
-
with-irstlm = [ option.get "with-irstlm" ] ;
if $(with-irstlm) != ""
{