about summary refs log tree commit diff
path: root/src/rt/rust_srv.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_srv.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_srv.cpp')
-rw-r--r--src/rt/rust_srv.cpp16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 1587176fc8a..05c9d9d564c 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -1,13 +1,8 @@
-/*
- *
- */
-
 #include "rust_internal.h"
 #include "rust_srv.h"
 
 rust_srv::rust_srv() :
     local_region(this, false) {
-    // Nop.
 }
 
 rust_srv::~rust_srv() {}
@@ -79,3 +74,14 @@ rust_srv *
 rust_srv::clone() {
     return new rust_srv();
 }
+
+//
+// Local Variables:
+// mode: C++
+// fill-column: 78;
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
+// End:
+//