diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 1 |
1 files changed, 0 insertions, 1 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 |