build: remove reference to deprecated header files ipv4-nix-vector-routing/helper

This commit is contained in:
Gabriel Ferreira
2022-11-30 14:27:31 -03:00
parent 1be44d8ecf
commit ffc4811cee

View File

@@ -4,8 +4,6 @@ build_lib(
model/nix-vector-routing.cc
HEADER_FILES helper/nix-vector-helper.h
model/nix-vector-routing.h
DEPRECATED_HEADER_FILES helper/ipv4-nix-vector-helper.h
model/ipv4-nix-vector-routing.h
LIBRARIES_TO_LINK ${libinternet}
TEST_SOURCES test/nix-test.cc
)