diff options
Diffstat (limited to 'gcc/rust/backend/rust-compile-context.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-context.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/rust/backend/rust-compile-context.h b/gcc/rust/backend/rust-compile-context.h index 896d42e..43c23dd 100644 --- a/gcc/rust/backend/rust-compile-context.h +++ b/gcc/rust/backend/rust-compile-context.h @@ -310,14 +310,6 @@ public: return mangler.mangle_item (ty, path, mappings->get_current_crate_name ()); } - std::string mangle_impl_item (const TyTy::BaseType *self, - const TyTy::BaseType *ty, - const std::string &name) const - { - return mangler.mangle_impl_item (self, ty, name, - mappings->get_current_crate_name ()); - } - private: ::Backend *backend; Resolver::Resolver *resolver; |