[rtems-lwip commit] lwip.py: Remove redundant assignment

Joel Sherrill joel at rtems.org
Wed Nov 2 14:16:57 UTC 2022


Module:    rtems-lwip
Branch:    master
Commit:    99e91917d962973018a672d8b60db6ab30b934e4
Changeset: http://git.rtems.org/rtems-lwip/commit/?id=99e91917d962973018a672d8b60db6ab30b934e4

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Oct 27 16:21:33 2022 -0500

lwip.py: Remove redundant assignment

---

 lwip.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lwip.py b/lwip.py
index c11ed1f..e6580eb 100644
--- a/lwip.py
+++ b/lwip.py
@@ -214,8 +214,6 @@ def build(bld):
                 lib=['rtemscpu', 'rtemsbsp', 'rtemstest', 'lwip'],
                 includes=' '.join(test_app_incl))
 
-    arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
-                                            bld.env.RTEMS_ARCH_BSP)
     lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
     bld.read_stlib('telnetd', paths=[lib_path])
     bld.read_stlib('rtemstest', paths=[lib_path])



More information about the vc mailing list