summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-11 10:50:11 -0400
committerbd <bdunahu@operationnull.com>2025-03-11 10:50:11 -0400
commitceff6a4d11b93130b9b1f13c1ce8e51490ffd188 (patch)
tree68ed796714aee612e7e244c2672326e586f2795b /src/main.cc
parent11182ea41cc5f453b06d769dea6e157aa9c3cf86 (diff)
fix namespace issues with match function
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc
index 1259729..08b38e6 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -53,9 +53,6 @@ static void parseArguments(int argc, char **argv, bool &python)
global_log->log(INFO, "Python will NOT be started!");
python = false;
break;
- case 'v':
- print_version_number();
- exit(EXIT_SUCCESS);
default:
err();
exit(EXIT_FAILURE);