diff options
Diffstat (limited to 'src/common/core.cpp')
-rw-r--r-- | src/common/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/core.cpp b/src/common/core.cpp index fe2f660..d57e970 100644 --- a/src/common/core.cpp +++ b/src/common/core.cpp @@ -78,8 +78,6 @@ void sig_proc(int) */ int main(int argc, char **argv) { - do_socket(); - // ZString args[argc]; is (deliberately!) not supported by clang yet ZString *args = static_cast<ZString *>(alloca(argc * sizeof(ZString))); for (int i = 0; i < argc; ++i) |