remove error-demo from make; clean up comment

This commit is contained in:
Ben Burdette 2020-05-21 16:04:18 -06:00
parent 0e49de6a2b
commit b7057fa627
2 changed files with 1 additions and 3 deletions

View file

@ -17,8 +17,7 @@ makefiles = \
misc/upstart/local.mk \
doc/manual/local.mk \
tests/local.mk \
tests/plugins/local.mk \
src/error-demo/local.mk
tests/plugins/local.mk
-include Makefile.config

View file

@ -663,7 +663,6 @@ Expr * EvalState::parseExprFromString(std::string_view s, const Path & basePath)
Expr * EvalState::parseStdin()
{
//Activity act(*logger, lvlTalkative, format("parsing standard input"));
// return parseExprFromString(foStdin, drainFD(0), absPath("."));
return parse(drainFD(0).data(), foStdin, "", absPath("."), staticBaseEnv);
}