Explorar o código

db_shutdown_driver(): clean up code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47972 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=13) %!d(string=hai) anos
pai
achega
bcfe1bb199
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      lib/db/dbmi_client/shutdown.c

+ 0 - 5
lib/db/dbmi_client/shutdown.c

@@ -14,11 +14,6 @@
 
 #include <stdlib.h>
 
-#ifdef __MINGW32__
-#include <process.h>
-#else
-#include <sys/wait.h>
-#endif
 #include <grass/dbmi.h>
 #include <grass/spawn.h>
 #include "macros.h"