diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-28 20:29:59 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-28 20:29:59 +0000 |
commit | 4bf5df3b60441873181595c9f5d08bd79aa84ec3 (patch) | |
tree | 8bca6ae33c262533533a5f32672df2baf4143397 /win | |
parent | f652bca3365bcbaaa1f6fd8d0b39b0ba98b35436 (diff) |
Remove duplicate calls (thanks fez)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8763 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/configure.cpp b/win/configure.cpp index 640c64ef5..6d362a7b4 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -162,8 +162,6 @@ int __stdcall WinMain(IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPS Banner(); Run(); - WriteCompileCommands(); - WriteCompileModules(); FreeConsole(); return 0; } |