Skip to content

Commit

Permalink
config-store: Remove unused config-store-config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre authored and Gabrielcarvfer committed Dec 10, 2024
1 parent bbf4cb8 commit 637967a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions build-support/config-store-config-template.h

This file was deleted.

6 changes: 0 additions & 6 deletions build-support/macros-and-definitions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -827,12 +827,6 @@ macro(process_options)
endif()
endif()

# Process config-store-config
configure_file(
${PROJECT_SOURCE_DIR}/build-support/config-store-config-template.h
${CMAKE_HEADER_OUTPUT_DIRECTORY}/config-store-config.h
)

set(ENABLE_MPI FALSE)
if(${NS3_MPI})
find_package(MPI QUIET)
Expand Down
1 change: 0 additions & 1 deletion src/config-store/model/config-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "ns3/abort.h"
#include "ns3/attribute-construction-list.h"
#include "ns3/boolean.h"
#include "ns3/config-store-config.h"
#include "ns3/enum.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
Expand Down
1 change: 0 additions & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set(libraries_to_link)

set(config_headers
${CMAKE_HEADER_OUTPUT_DIRECTORY}/config-store-config.h
${CMAKE_HEADER_OUTPUT_DIRECTORY}/core-config.h
)
if(${ENABLE_BUILD_VERSION})
Expand Down

0 comments on commit 637967a

Please sign in to comment.