Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 633bb44

Browse files
committed
don't call Close() ext method recursively
1 parent 9efca8b commit 633bb44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ServiceStack.Text/PclExport.NetStandard.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,6 @@ public override string GetStackTrace()
495495
}
496496
#endif
497497

498-
public override void CloseStream(Stream stream)
499-
{
500-
stream.Close();
501-
}
502-
503498
public static void InitForAot()
504499
{
505500
}

0 commit comments

Comments
 (0)