summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gbuild-to-ideNS4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/gbuild-to-ideNS b/bin/gbuild-to-ideNS
index e18f3bde51c6..703e539e61aa 100755
--- a/bin/gbuild-to-ideNS
+++ b/bin/gbuild-to-ideNS
@@ -186,10 +186,6 @@ class GbuildParser:
if path not in self.target_by_path:
self.target_by_path[path] = set()
self.target_by_path[path] |= set([target])
- for path in self.target_by_path:
- if len(set(self.target_by_path[path])) > 1:
- print('fdo#70422: multiple target use dir %s: %s' % (
- path, ', '.join([target.short_name() for target in set(self.target_by_path[path])])))
for location in self.target_by_location:
self.modulenamelist.append(os.path.split(location)[1])
return self