summaryrefslogtreecommitdiffstats
path: root/ffi/include/sequoia/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/include/sequoia/core.h')
-rw-r--r--ffi/include/sequoia/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ffi/include/sequoia/core.h b/ffi/include/sequoia/core.h
index 0e5dd6aa..829d7104 100644
--- a/ffi/include/sequoia/core.h
+++ b/ffi/include/sequoia/core.h
@@ -28,11 +28,6 @@ typedef struct sq_context *sq_context_t;
sq_error_t sq_context_last_error (sq_context_t ctx);
/*/
-/// Frees a string returned from Sequoia.
-/*/
-void sq_string_free (char *s);
-
-/*/
/// Represents a `Context` configuration.
/*/
typedef struct sq_config *sq_config_t;