Merge pull request #18 from prozolic/pullreq
Remove unnecessary processing of ObservableList.Clear
This commit is contained in:
commit
9c1ee7b991
@ -113,7 +113,6 @@ namespace ObservableCollections
|
|||||||
|
|
||||||
public void Clear()
|
public void Clear()
|
||||||
{
|
{
|
||||||
var l = new List<int>();
|
|
||||||
lock (SyncRoot)
|
lock (SyncRoot)
|
||||||
{
|
{
|
||||||
list.Clear();
|
list.Clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user