Skip to content

Commit

Permalink
corec: remove empty nodetools.h
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 29, 2024
1 parent 4b2fdd0 commit 3558f42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion corec/corec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ set(corec_node_PUBLIC_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/node/node.h
${CMAKE_CURRENT_SOURCE_DIR}/node/nodebase.h
${CMAKE_CURRENT_SOURCE_DIR}/node/nodetree.h
${CMAKE_CURRENT_SOURCE_DIR}/node/nodetools.h
)
add_library("corec_node" ${corec_node_SOURCES} ${corec_node_PUBLIC_HEADERS} ${corec_base_PUBLIC_HEADERS})
target_include_directories("corec_node" PUBLIC ".")
Expand Down
1 change: 0 additions & 1 deletion corec/corec/node/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ extern "C" {

#include "nodebase.h"
#include "nodetree.h"
#include "nodetools.h"

#ifdef __cplusplus
}
Expand Down
35 changes: 0 additions & 35 deletions corec/corec/node/nodetools.h

This file was deleted.

0 comments on commit 3558f42

Please sign in to comment.