mirror of https://github.com/ARMmbed/mbed-os.git
Removed another block of unused (commented) code
parent
2843c9fbd7
commit
61461bcc43
|
@ -295,12 +295,6 @@ class GNUARMNetbeans(Exporter):
|
||||||
file_names = [join(tools_path, "profiles", fn) for fn in os.listdir(
|
file_names = [join(tools_path, "profiles", fn) for fn in os.listdir(
|
||||||
join(tools_path, "profiles")) if fn.endswith(".json")]
|
join(tools_path, "profiles")) if fn.endswith(".json")]
|
||||||
|
|
||||||
# print file_names
|
|
||||||
|
|
||||||
# profile_names = [basename(fn).replace(".json", "")
|
|
||||||
# for fn in file_names]
|
|
||||||
# print profile_names
|
|
||||||
|
|
||||||
profiles = {}
|
profiles = {}
|
||||||
|
|
||||||
for fn in file_names:
|
for fn in file_names:
|
||||||
|
|
Loading…
Reference in New Issue