about summary refs log tree commit diff
path: root/src/rt/rust_comm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_comm.cpp')
-rw-r--r--src/rt/rust_comm.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/rt/rust_comm.cpp b/src/rt/rust_comm.cpp
deleted file mode 100644
index 7fa20e7cb5d..00000000000
--- a/src/rt/rust_comm.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#include "rust_internal.h"
-
-template class ptr_vec<rust_alarm>;
-
-rust_alarm::rust_alarm(rust_task *receiver) :
-    receiver(receiver)
-{
-}
-
-//
-// 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:
-//