config-store: Remove unused config-store-config.h

This commit is contained in:
André Apitzsch
2024-12-09 09:33:05 +01:00
committed by Gabriel Ferreira
parent bbf4cb80e1
commit 637967a73b
4 changed files with 0 additions and 18 deletions

View File

@@ -1,10 +0,0 @@
#ifndef NS3_CONFIG_STORE_CONFIG_H
#define NS3_CONFIG_STORE_CONFIG_H
#cmakedefine PYTHONDIR "@PYTHONDIR@"
#cmakedefine PYTHONARCHDIR "@PYTHONARCHDIR@"
#cmakedefine HAVE_PYEMBED
#cmakedefine HAVE_PYEXT
#cmakedefine HAVE_PYTHON_H
#endif // NS3_CONFIG_STORE_CONFIG_H

View File

@@ -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)

View File

@@ -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"

View File

@@ -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})