mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove Version.Decompose()
It's not even defined anywhere...
This commit is contained in:
@@ -48,9 +48,6 @@ namespace loot {
|
||||
private:
|
||||
std::string verString;
|
||||
static const std::regex versionRegex;
|
||||
|
||||
void Decompose(std::vector<unsigned long>& release,
|
||||
std::vector<std::string>& preRelease) const;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user