diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-01-04 23:07:13 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-01-04 23:07:13 -0300 |
commit | 2f11d2b1088dcd5d8391d4bd61e342db6198be07 (patch) | |
tree | 62c7ed855eb4a2d23af40c2b62d26339798022f4 | |
parent | cec9b872b75c1cf7209a87e817c1087feba36b26 (diff) | |
download | profile-2f11d2b1088dcd5d8391d4bd61e342db6198be07.tar.gz |
Remove `sleep` function used for testing
-rw-r--r-- | profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ int main(int argc, char **argv) { struct rusage usage; int who = RUSAGE_CHILDREN; - sleep(2); waitpid(curpid, &status, 0); |