diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-19 17:01:23 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-19 17:01:23 -0600 |
commit | 0600df86b8bc59633457f7ceb79e84c8ea3fed17 (patch) | |
tree | a369026f39acc3b3a63bb0fc67c18934f7c9974a /src/libexpr/nixexpr.hh | |
parent | 7ddef73d026d79adc0c4f3fd1518d88d1331c38c (diff) |
'debugMode'
Diffstat (limited to 'src/libexpr/nixexpr.hh')
-rw-r--r-- | src/libexpr/nixexpr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh index fdafb1711..6a5d02ed1 100644 --- a/src/libexpr/nixexpr.hh +++ b/src/libexpr/nixexpr.hh @@ -22,7 +22,7 @@ MakeError(UndefinedVarError, Error); MakeError(MissingArgumentError, EvalError); MakeError(RestrictedPathError, Error); -extern std::function<void(EvalState & evalState, const Error * error, const Env & env, const Expr & expr)> debuggerHook; +// extern std::function<void(EvalState & evalState, const Error * error, const Env & env, const Expr & expr)> debuggerHook; /* Position objects. */ |