diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-02T16·31+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-02T16·31+0000 |
commit | adf9a45469f55258446d383333aa2ca79cfb0536 (patch) | |
tree | 26fc7e4ac62f45385b78f468c1cbc96426c78d71 /src/fix-ng/fix.cc | |
parent | c8268ca9917061466a3448028ea524d9842e1ac9 (diff) |
* Primops: baseNameOf, toString.
Diffstat (limited to 'src/fix-ng/fix.cc')
-rw-r--r-- | src/fix-ng/fix.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fix-ng/fix.cc b/src/fix-ng/fix.cc index 1c37a0b7ba20..c24ca4d9c4da 100644 --- a/src/fix-ng/fix.cc +++ b/src/fix-ng/fix.cc @@ -30,10 +30,6 @@ static Path searchPath(const Paths & searchDirs, const Path & relPath) #if 0 static Expr evalExpr2(EvalState & state, Expr e) { - /* Conditional. */ - if (ATmatch(e, "If(<term>, <term>, <term>)", &e1, &e2, &e3)) { - } - /* Ad-hoc function for string matching. */ if (ATmatch(e, "HasSubstr(<term>, <term>)", &e1, &e2)) { e1 = evalExpr(state, e1); |