diff options
Diffstat (limited to 'src/expr.cc')
-rw-r--r-- | src/expr.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/expr.cc b/src/expr.cc index cfc4af1f39a8..cead803425ba 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -22,14 +22,6 @@ Hash hashTerm(ATerm t) } -ATerm termFromPath(const Path & path) -{ - ATerm t = ATreadFromNamedFile(path.c_str()); - if (!t) throw Error(format("cannot read aterm from `%1%'") % path); - return t; -} - - Path writeTerm(ATerm t, const string & suffix) { /* The id of a term is its hash. */ |