about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-07-13 14:03:18 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-07-13 14:03:18 -0700
commit336a4df778129f906714830f429ad9c009434083 (patch)
treed0ff1bb4d9111806d9e7e41a0914950078ea01a3 /src/rt/rust_upcall.cpp
parent733fbf47139402c2c56552ae1480bae0b77d1242 (diff)
downloadrust-336a4df778129f906714830f429ad9c009434083.tar.gz
rust-336a4df778129f906714830f429ad9c009434083.zip
Remove 'Nop.' comments, add emacs lines, remove obsolete file.
Diffstat (limited to 'src/rt/rust_upcall.cpp')
-rw-r--r--src/rt/rust_upcall.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp
index 86b72c5aa63..1cf2e935e1a 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -130,7 +130,6 @@ upcall_new_chan(rust_task *task, rust_port *port) {
 extern "C" CDECL void
 upcall_flush_chan(rust_task *task, rust_chan *chan) {
     LOG_UPCALL_ENTRY(task);
-    // Nop.
 }
 
 /**