From 4bf5df3b60441873181595c9f5d08bd79aa84ec3 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 28 Jan 2008 20:29:59 +0000 Subject: [PATCH] Remove duplicate calls (thanks fez) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8763 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/configure.cpp | 2 -- 1 file changed, 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; } -- 2.39.5