Remove unnecessary os_procName and os_procNamePid functions

Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
Jeroen Koekkoek 2018-12-28 11:06:39 +01:00
parent a2aab8eab2
commit 0bc263e537
34 changed files with 33 additions and 455 deletions

View file

@ -2196,7 +2196,7 @@ int MAIN(int argc, char *argv[]) {
want_reader = 0;
save_argv0 (argv[0]);
pid = (int) os_procIdSelf();
pid = (int) os_getpid();
qreader[0] = "k=all";
qreader[1] = "R=10000/inf/inf";