mirror of
https://github.com/NixOS/nix.git
synced 2025-12-23 17:31:08 +01:00
Remove Input::hasAllInfo()
This commit is contained in:
parent
90e9f50a66
commit
3b45475f75
8 changed files with 0 additions and 52 deletions
|
|
@ -55,8 +55,6 @@ public:
|
|||
relative path, i.e. './foo'. */
|
||||
std::optional<CanonPath> isRelative() const;
|
||||
|
||||
bool hasAllInfo() const;
|
||||
|
||||
bool operator ==(const Input & other) const;
|
||||
|
||||
bool contains(const Input & other) const;
|
||||
|
|
@ -119,8 +117,6 @@ struct InputScheme
|
|||
|
||||
virtual ParsedURL toURL(const Input & input) const;
|
||||
|
||||
virtual bool hasAllInfo(const Input & input) const = 0;
|
||||
|
||||
virtual Input applyOverrides(
|
||||
const Input & input,
|
||||
std::optional<std::string> ref,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue