mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove ‘requires’ member function since it clashes with a C++20 keyword
This member function was never called by anyone.
This commit is contained in:
@@ -47,7 +47,6 @@ namespace bundles_db
|
||||
oak::uuid_t uuid () const { return _uuid; }
|
||||
std::string origin () const { return _origin; }
|
||||
std::string name () const { return _name; }
|
||||
std::string requires () const { return _requires; }
|
||||
std::string category () const { return _category; }
|
||||
std::string html_url () const { return _html_url; }
|
||||
std::string description () const { return _description; }
|
||||
|
||||
Reference in New Issue
Block a user