base-linux: remove get_pid debug helper

Fixes #1829
This commit is contained in:
Christian Helmuth 2015-12-21 09:22:40 +01:00
parent 7ee3e98551
commit acab2515e1
1 changed files with 0 additions and 3 deletions

View File

@ -55,6 +55,3 @@ extern "C" void wait_for_continue(void)
lx_syscall(SYS_read, (int)0, buf, sizeof(buf));
#endif /* DEBUG */
}
extern "C" int get_pid() { return lx_getpid(); }