diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-08-09 23:39:29 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-08-16 13:24:25 -0700 |
| commit | 450f16eb25f61f9f281feb26b76ac9a67661198c (patch) | |
| tree | fbdd8e40f01ae52bb9f10840de57055c8884a9ce | |
| parent | da7d79dfbe46bf017e654598e481c6cc3a818af8 (diff) | |
| download | rust-450f16eb25f61f9f281feb26b76ac9a67661198c.tar.gz rust-450f16eb25f61f9f281feb26b76ac9a67661198c.zip | |
rt: Remove unused rust_clone_type_desc declaration
| -rw-r--r-- | src/rt/rust_type.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_type.h b/src/rt/rust_type.h index abe9a90c5fd..0ac9bc6abff 100644 --- a/src/rt/rust_type.h +++ b/src/rt/rust_type.h @@ -62,8 +62,6 @@ struct type_desc { size_t borrow_offset; }; -extern "C" type_desc *rust_clone_type_desc(type_desc*); - #endif // |
