projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6061607
)
removed (inactive) call to UUID generation tests
author
Holger Schemel
<info@artsoft.org>
Thu, 6 Jan 2022 19:59:19 +0000
(20:59 +0100)
committer
Holger Schemel
<info@artsoft.org>
Thu, 6 Jan 2022 19:59:19 +0000
(20:59 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index a3a1e6b61d885187847ceec6f00a95962fbc0bda..8dd3712b2d6b4488f851731deec7b082514ec9dd 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-7782,11
+7782,6
@@
int main(int argc, char *argv[])
GetOptions(argc, argv, print_usage, print_version);
OpenAll();
-#if 0
- // test generating UUIDs and exit
- TestGeneratingUUIDs();
-#endif
-
EventLoop();
CloseAllAndExit(0);