diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-03 00:50:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-03 00:50:57 -0700 |
| commit | 23210a3293d34822579d8a58b043694286595daf (patch) | |
| tree | 21192e19dafd57b0049c2bbbf3c672ebf0220d14 /src/rt/rust_upcall.cpp | |
| parent | 470eb3a58b1c5dd65e004e491b67f647269e3531 (diff) | |
| download | rust-23210a3293d34822579d8a58b043694286595daf.tar.gz rust-23210a3293d34822579d8a58b043694286595daf.zip | |
Remove unused runtime functions. Issue #855
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 504338da862..662dbe9429a 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -4,10 +4,6 @@ // Upcalls. -// FIXME: Transitional. Please remove -extern "C" CDECL char const * -str_buf(rust_task *task, void *s) { return NULL; } - #ifdef __i386__ void check_stack(rust_task *task) { |
