aboutsummaryrefslogtreecommitdiff
path: root/src/error-demo/error-demo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/error-demo/error-demo.cc')
-rw-r--r--src/error-demo/error-demo.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/error-demo/error-demo.cc b/src/error-demo/error-demo.cc
index 2c4f2da6e..514258416 100644
--- a/src/error-demo/error-demo.cc
+++ b/src/error-demo/error-demo.cc
@@ -65,7 +65,6 @@ int main()
.description = "Vomit description",
});
-
// Error in a program; no hint and no nix code.
logError(
ErrorInfo { .name = "name",
@@ -80,7 +79,6 @@ int main()
.hint = hintfmt("there was a %1%", "warning"),
});
-
// Warning with nix file, line number, column, and the lines of
// code where a warning occurred.
SymbolTable testTable;