Skip to content

Commit 3b83029

Browse files
Fix #3450: Fix "Clear assembly list" not actually persistent.
1 parent fd6070d commit 3b83029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ICSharpCode.ILSpyX/AssemblyList.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ public void Clear()
405405
VerifyAccess();
406406
lock (lockObj)
407407
{
408-
dirty = true;
409408
assemblies.Clear();
410409
byFilename.Clear();
411410
}

0 commit comments

Comments
 (0)