aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/parser.y')
-rw-r--r--src/libexpr/parser.y6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y
index 201370b90..792f51fde 100644
--- a/src/libexpr/parser.y
+++ b/src/libexpr/parser.y
@@ -736,12 +736,6 @@ Expr * EvalState::parseStdin()
}
-void EvalState::addToSearchPath(SearchPath::Elem && elem)
-{
- searchPath.elements.emplace_back(std::move(elem));
-}
-
-
SourcePath EvalState::findFile(const std::string_view path)
{
return findFile(searchPath, path);