summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nvexec_raw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvexec_raw.cpp b/nvexec_raw.cpp
index 7452248..550202f 100644
--- a/nvexec_raw.cpp
+++ b/nvexec_raw.cpp
@@ -59,7 +59,6 @@ int main(int argc, char** argv)
os->trace_marker("nvexec: before fire");
chan->fire();
chan->wait_idle();
- sleep(9999999);
return 0;
}