Remove stale code
This commit is contained in:
parent
bf640567d4
commit
6754bebe87
@ -30,15 +30,6 @@
|
||||
#error "Compilation failed."
|
||||
#endif
|
||||
|
||||
void system_error(const char * command) {
|
||||
printf("* %s\n",command);
|
||||
int code = system(command);
|
||||
if (code != 0) {
|
||||
printf("Error %d, quitting.\n",code);
|
||||
exit(code);
|
||||
}
|
||||
}
|
||||
|
||||
int _call_proc(char * argv[]) {
|
||||
#if PLATFORM_LINUX
|
||||
pid_t pid;
|
||||
|
@ -56,15 +56,6 @@
|
||||
#error "Compilation failed."
|
||||
#endif
|
||||
|
||||
void system_error(const char * command) {
|
||||
printf("* %s\n",command);
|
||||
int code = system(command);
|
||||
if (code != 0) {
|
||||
printf("Error %d, quitting.\n",code);
|
||||
exit(code);
|
||||
}
|
||||
}
|
||||
|
||||
int _call_proc(char * argv[]) {
|
||||
#if PLATFORM_LINUX
|
||||
pid_t pid;
|
||||
|
Loading…
Reference in New Issue
Block a user