Remove unnecessary processing
This commit is contained in:
parent
0718da8621
commit
ab077ebd3c
@ -113,7 +113,6 @@ namespace ObservableCollections
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
var l = new List<int>();
|
||||
lock (SyncRoot)
|
||||
{
|
||||
list.Clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user