Prechádzať zdrojové kódy

remove incorrect prototype

David Rose 20 rokov pred
rodič
commit
1fca3f16ab
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      panda/src/express/config_express.cxx

+ 0 - 2
panda/src/express/config_express.cxx

@@ -38,8 +38,6 @@ ConfigureDef(config_express);
 NotifyCategoryDef(express, "");
 NotifyCategoryDef(thread, "");
 
-extern void init_system_type_handles();
-
 ConfigureFn(config_express) {
   init_libexpress();
 }