Skip to content
Snippets Groups Projects
Commit 03455bc0 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1906736 - Remove BaseRustLibrary.deps_path. a=RyanVM

Its only use was removed in bug 1304815.

Original Revision: https://phabricator.services.mozilla.com/D216140

Differential Revision: https://phabricator.services.mozilla.com/D216768
parent 827ef8e4
No related branches found
No related tags found
No related merge requests found
......@@ -696,7 +696,6 @@ class BaseRustLibrary(object):
"cargo_file",
"crate_type",
"dependencies",
"deps_path",
"features",
"output_category",
"is_gkrust",
......@@ -740,7 +739,6 @@ class BaseRustLibrary(object):
cargo_output_directory(context, self.TARGET_SUBST_VAR),
)
self.import_name = mozpath.join(build_dir, self.lib_name)
self.deps_path = mozpath.join(build_dir, "deps")
class RustLibrary(StaticLibrary, BaseRustLibrary):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment