bridge,csma: remove unused test sources entry

This commit is contained in:
Gabriel Ferreira
2023-11-18 18:51:04 -03:00
parent 7acd800e9a
commit 8a169a87d0
2 changed files with 0 additions and 2 deletions

View File

@@ -9,5 +9,4 @@ build_lib(
model/bridge-channel.h
model/bridge-net-device.h
LIBRARIES_TO_LINK ${libnetwork}
TEST_SOURCES ${test_sources}
)

View File

@@ -11,5 +11,4 @@ build_lib(
model/csma-channel.h
model/csma-net-device.h
LIBRARIES_TO_LINK ${libnetwork}
TEST_SOURCES ${test_sources}
)