summaryrefslogtreecommitdiff
path: root/src/module-env-25.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module-env-25.h')
-rw-r--r--src/module-env-25.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/module-env-25.h b/src/module-env-25.h
index 01c06d5400d..97c7787da34 100644
--- a/src/module-env-25.h
+++ b/src/module-env-25.h
@@ -102,11 +102,6 @@
const char *str, ptrdiff_t len)
EMACS_ATTRIBUTE_NONNULL(1, 2);
- /* Create a unibyte Lisp string from a string. */
- emacs_value (*make_unibyte_string) (emacs_env *env,
- const char *str, ptrdiff_t len)
- EMACS_ATTRIBUTE_NONNULL(1, 2);
-
/* Embedded pointer type. */
emacs_value (*make_user_ptr) (emacs_env *env,
void (*fin) (void *) EMACS_NOEXCEPT,