mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
refactor: remove field unused weak_factory_ (#46363)
refactor: remove unused weak_factory_
Appears to have been added in e3f61b46 but never used
This commit is contained in:
@@ -68,8 +68,6 @@ class Extensions final : public gin::Wrappable<Extensions>,
|
||||
}
|
||||
|
||||
raw_ptr<content::BrowserContext> browser_context_;
|
||||
|
||||
base::WeakPtrFactory<Extensions> weak_ptr_factory_{this};
|
||||
};
|
||||
|
||||
} // namespace api
|
||||
|
||||
Reference in New Issue
Block a user