From d0994b8115bc70f04b772d21365703a3a106587d Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 19 Jul 2012 18:26:38 +0200 Subject: Remove BCC support --- scripts/IceStormUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IceStormUtil.py') diff --git a/scripts/IceStormUtil.py b/scripts/IceStormUtil.py index a6c08ca4903..439611f4666 100644 --- a/scripts/IceStormUtil.py +++ b/scripts/IceStormUtil.py @@ -35,7 +35,7 @@ class IceStormUtil(object): self.toplevel = toplevel self.testdir = testdir self.iceBox = TestUtil.getIceBox() - if TestUtil.isBCC2010() or TestUtil.isVC6(): + if TestUtil.isVC6(): self.iceBoxAdmin = os.path.join(TestUtil.getServiceDir(), "iceboxadmin") self.iceStormAdmin = os.path.join(TestUtil.getServiceDir(), "icestormadmin") else: -- cgit v1.2.3