about summary refs log tree commit diff
path: root/src/rt/sync/sync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/sync/sync.cpp')
-rw-r--r--src/rt/sync/sync.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/sync/sync.cpp b/src/rt/sync/sync.cpp
index 02da438b4f3..fd8c48936a4 100644
--- a/src/rt/sync/sync.cpp
+++ b/src/rt/sync/sync.cpp
@@ -20,7 +20,6 @@ void sync::sleep(size_t timeout_in_ms) {
 }
 
 rust_thread::rust_thread() : _is_running(false), thread(0) {
-    // Nop.
 }
 
 #if defined(__WIN32__)