diff options
Diffstat (limited to 'cpp/src/Freeze/Application.cpp')
-rw-r--r-- | cpp/src/Freeze/Application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Freeze/Application.cpp b/cpp/src/Freeze/Application.cpp index 9b40cb5f3c4..ecd80f0e3b2 100644 --- a/cpp/src/Freeze/Application.cpp +++ b/cpp/src/Freeze/Application.cpp @@ -81,6 +81,5 @@ Freeze::Application::run(int argc, char* argv[]) dbEnv = 0; } - defaultInterrupt(); return status; } |