diff options
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 2 |
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 }; |
