about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-06-07 18:05:12 -0700
committerMichael Sullivan <sully@msully.net>2012-06-07 18:05:12 -0700
commit45cc95fa222a1e3cb241ad92f60529c8552b8ea6 (patch)
tree5d3747c32952a30ef5865c513bc2080f08c7879d /src/rt/rust_upcall.cpp
parentbf0d6a77c5a54c5fb8747ba6dbdde0d2e35f1af9 (diff)
downloadrust-45cc95fa222a1e3cb241ad92f60529c8552b8ea6.tar.gz
rust-45cc95fa222a1e3cb241ad92f60529c8552b8ea6.zip
Remove a bunch of old "remove after snapshot" code.
Diffstat (limited to 'src/rt/rust_upcall.cpp')
-rw-r--r--src/rt/rust_upcall.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp
index 11f52df70ba..f523f82a4f5 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -330,8 +330,6 @@ upcall_str_new_uniq(const char *cstr, size_t len) {
     return args.retval;
 }
 
-// FIXME: this is an old compatibility-name for upcall_str_new_uniq
-// can remove after next snapshot.
 extern "C" CDECL rust_str*
 upcall_str_new(const char *cstr, size_t len) {
     s_str_new_uniq_args args = { cstr, len, 0 };