Skip to content

Commit 7f49f69

Browse files
Removing unnecessary line.
1 parent d68facb commit 7f49f69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

robotpy_build/wrapper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ def _all_library_dirs(self):
307307
return libs
308308

309309
def _all_library_names(self):
310-
libs = list(
311-
set(self.get_library_names()) | set(self.get_dlopen_library_names())
312-
)
313310
libs = []
314311
[libs.append(lib) for lib in self.get_library_names() if lib not in libs]
315312
[libs.append(lib) for lib in self.get_dlopen_library_names() if lib not in libs]

0 commit comments

Comments
 (0)