mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup port
This commit is contained in:
@@ -34,7 +34,6 @@ struct UpdateFetcher::DirectoryEntry
|
||||
DirectoryEntry(Path const& path_, State state_) : path(path_), state(state_) { }
|
||||
|
||||
Path const path;
|
||||
|
||||
State const state;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user