Skip to content

Commit

Permalink
Remove unused node_ctype_name
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Aug 13, 2024
1 parent af462d0 commit ca218b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ add_library(
util/path.cpp
util/hash.cpp
util/node_data.cpp
util/node_ctype.cpp
util/util.cpp
util/util_abort.cpp
util/util_symlink.cpp
Expand Down
1 change: 0 additions & 1 deletion lib/include/ert/util/node_ctype.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ typedef enum {
CTYPE_INVALID = 100
} node_ctype;

const char *node_ctype_name(node_ctype);
#ifdef __cplusplus
}
#endif
Expand Down
38 changes: 0 additions & 38 deletions lib/util/node_ctype.cpp

This file was deleted.

0 comments on commit ca218b4

Please sign in to comment.