diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Ioc/SimpleIoc.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Ioc/SimpleIoc.cs index 5189a2d..d861997 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Ioc/SimpleIoc.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Ioc/SimpleIoc.cs @@ -476,14 +476,6 @@ namespace GalaSoft.MvvmLight.Ioc var key = pairs[index].Key; list.Remove(key); - - if (_factories.ContainsKey(classType)) - { - if (_factories[classType].ContainsKey(key)) - { - _factories[classType].Remove(key); - } - } } } }