aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2016-01-04 23:07:13 -0300
committerMatias Linares <matiaslina@openmailbox.org>2016-01-04 23:07:13 -0300
commit2f11d2b1088dcd5d8391d4bd61e342db6198be07 (patch)
tree62c7ed855eb4a2d23af40c2b62d26339798022f4
parentcec9b872b75c1cf7209a87e817c1087feba36b26 (diff)
downloadprofile-2f11d2b1088dcd5d8391d4bd61e342db6198be07.tar.gz
Remove `sleep` function used for testing
-rw-r--r--profile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index cfea454..aa50bee 100644
--- a/profile.c
+++ b/profile.c
@@ -126,7 +126,6 @@ int main(int argc, char **argv)
{
struct rusage usage;
int who = RUSAGE_CHILDREN;
- sleep(2);
waitpid(curpid, &status, 0);