diff options
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index fa04a7b089c..8e7ac947eab 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -35,9 +35,6 @@ class Ice(Component): "mx" : [True], } - def __init__(self): - self.nugetVersion = None - def useBinDist(self, mapping, current): return Component._useBinDist(self, mapping, current, "ICE_BIN_DIST") |