Skip to content

Commit 5ec9bc1

Browse files
committed
Misc
1 parent 67f4510 commit 5ec9bc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ArchiSteamFarm/IPC/Responses/ASFResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public sealed class ASFResponse {
7575
internal ASFResponse(string buildVariant, bool canUpdate, GlobalConfig globalConfig, uint memoryUsage, DateTime processStartTime, Version version) {
7676
ArgumentException.ThrowIfNullOrEmpty(buildVariant);
7777
ArgumentNullException.ThrowIfNull(globalConfig);
78-
ArgumentOutOfRangeException.ThrowIfZero(memoryUsage);
7978
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(processStartTime, DateTime.UnixEpoch);
8079
ArgumentNullException.ThrowIfNull(version);
8180

0 commit comments

Comments
 (0)