Fix compiling

This commit is contained in:
Raul Tambre 2014-12-14 20:51:19 +02:00
parent b8d2343765
commit fc25abdbfd
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ void sys_game_process_exitspawn(vm::ptr<const char> path, u32 argv_addr, u32 env
sys_process.Warning("prio: %d", prio);
sys_process.Warning("flags: %d", flags);
std::string _path = path.get_ptr();
std::vector<std::string> argv;
std::vector<std::string> env;