diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-11-12 06:05:03 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-11-12 06:05:03 -0800 |
| commit | 6b6f89b0ecf7dcde1a03cc5f61fe0767befadd5f (patch) | |
| tree | e309f6f0c5219bc19c5ef2d54992d426f3ee2b1e /src/rt/rust_upcall.cpp | |
| parent | 11b07847e6e75bfd26efe85f8c60f53fcc55a631 (diff) | |
| download | rust-6b6f89b0ecf7dcde1a03cc5f61fe0767befadd5f.tar.gz rust-6b6f89b0ecf7dcde1a03cc5f61fe0767befadd5f.zip | |
rt: Delete more C++
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index e7648a081be..95f4bec02e9 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -17,7 +17,6 @@ */ #include "rust_globals.h" -#include "rust_util.h" //Unwinding ABI declarations. typedef int _Unwind_Reason_Code; |
