diff options
author | bd <bdunahu@operationnull.com> | 2025-03-11 10:50:11 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-11 10:50:11 -0400 |
commit | acb0bc357a9dfe6d89321d127b72693031435e65 (patch) | |
tree | 68ed796714aee612e7e244c2672326e586f2795b /src/main.cc | |
parent | f34156105801c81677c54d1713104ac3d7c1c112 (diff) |
fix namespace issues with match function
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 3 |
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); |