Changeset 99e9191 in rtems-lwip


Ignore:
Timestamp:
10/27/22 21:21:33 (7 months ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
master
Children:
1b1d85b
Parents:
e02d02e
git-author:
Kinsey Moore <kinsey.moore@…> (10/27/22 21:21:33)
git-committer:
Joel Sherrill <joel@…> (11/02/22 14:28:53)
Message:

lwip.py: Remove redundant assignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lwip.py

    re02d02e r99e9191  
    215215                includes=' '.join(test_app_incl))
    216216
    217     arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
    218                                             bld.env.RTEMS_ARCH_BSP)
    219217    lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
    220218    bld.read_stlib('telnetd', paths=[lib_path])
Note: See TracChangeset for help on using the changeset viewer.