diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-25 15:22:25 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-25 15:22:25 -0400 |
| commit | db47cb5c1355041a30475e2d32debded1811a354 (patch) | |
| tree | 56241d5804502b60e74fe3697a6b9d7dea00effa /src/rt/rust.cpp | |
| parent | 0e324cad0a37bdaa0aebb864c3da28b25ad1ebf6 (diff) | |
| download | rust-db47cb5c1355041a30475e2d32debded1811a354.tar.gz rust-db47cb5c1355041a30475e2d32debded1811a354.zip | |
Dead code.
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index b5af9eef1b3..245b068df63 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -95,7 +95,7 @@ rust_start(uintptr_t main_fn, rust_crate const *crate, int argc, } if (log_rt_dwarf) { - rust_crate_reader create_reader(dom, crate); + rust_crate_reader create_reader(dom); } uintptr_t main_args[4] = {0, 0, 0, (uintptr_t)args->args}; |
