diff options
Diffstat (limited to 'src/datatype.c')
-rw-r--r-- | src/datatype.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/datatype.c b/src/datatype.c index 8ae3aa1c..519f79d7 100644 --- a/src/datatype.c +++ b/src/datatype.c @@ -1162,11 +1162,6 @@ const struct datatype *concat_type_alloc(uint32_t type) return dtype; } -void concat_type_destroy(const struct datatype *dtype) -{ - datatype_free(dtype); -} - const struct datatype *set_datatype_alloc(const struct datatype *orig_dtype, unsigned int byteorder) { |