diff options
Diffstat (limited to 'src/expr.hh')
-rw-r--r-- | src/expr.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr.hh b/src/expr.hh index b345643223cc..7d0420935f9d 100644 --- a/src/expr.hh +++ b/src/expr.hh @@ -53,9 +53,6 @@ Error badTerm(const format & f, ATerm t); /* Hash an aterm. */ Hash hashTerm(ATerm t); -/* Read an aterm from disk. */ -ATerm termFromPath(const Path & path); - /* Write an aterm to the Nix store directory, and return its path. */ Path writeTerm(ATerm t, const string & suffix); |