1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Remove reundant self-sets of metadata

This commit is contained in:
Dean Herbert 2021-11-24 15:08:04 +09:00
parent 44c34ca7b2
commit cb093e1e01
2 changed files with 0 additions and 2 deletions

View File

@ -143,7 +143,6 @@ namespace osu.Game.Tests.Online
var beatmap = decoder.Decode(reader);
info = beatmap.BeatmapInfo;
info.Metadata = info.Metadata;
Debug.Assert(info.BeatmapSet != null);

View File

@ -33,7 +33,6 @@ namespace osu.Game.Tests.Beatmaps
BeatmapInfo.Ruleset = ruleset;
BeatmapInfo.RulesetID = ruleset.ID ?? 0;
BeatmapInfo.Metadata = BeatmapInfo.Metadata;
BeatmapInfo.Length = 75000;
BeatmapInfo.OnlineInfo = new APIBeatmap();
BeatmapInfo.OnlineID = Interlocked.Increment(ref onlineBeatmapID);