Skip to content

Commit 7e7b252

Browse files
committed
enable the default profile
1 parent 269f2b1 commit 7e7b252

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/export/gnuarmeclipse/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ def generate(self):
149149
# Read in all profiles, we'll extract compiler options.
150150
profiles = self.get_all_profiles()
151151

152-
# Remove 'default', it should never exist, it should be a link
153-
# to one of the real profiles.
154-
if 'default' in profiles:
155-
del profiles['default']
156-
157152
profile_ids = [s.lower() for s in profiles]
158153
profile_ids.sort()
159154

0 commit comments

Comments
 (0)