diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index eb3e44e96..283b07e78 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -219,13 +219,6 @@ impHandler(dumpTests) return true; } -impHandler0(error) -{ - const int *const ptr = nullptr; - logger->log("test %d", *ptr); - exit(1); -} - impHandler(url) { if (event.tab) |