diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/slv2_internal.h | 1 | ||||
-rw-r--r-- | src/value.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index abe6a59..893caf2 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -171,7 +171,6 @@ struct _SLV2Value { }; SLV2Value slv2_value_new(SLV2ValueType type, const char* val); -void slv2_value_free(SLV2Value val); #ifdef __cplusplus diff --git a/src/value.c b/src/value.c index e728333..331c20c 100644 --- a/src/value.c +++ b/src/value.c @@ -50,7 +50,6 @@ slv2_value_new(SLV2ValueType type, const char* str) } -/* private */ void slv2_value_free(SLV2Value val) { |