diff options
Diffstat (limited to 'src/rt/sync/sync.cpp')
| -rw-r--r-- | src/rt/sync/sync.cpp | 1 |
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__) |
