Remove an assertion that doesn't test Emacs invariants
* src/emacs-module.c (module_copy_string_contents): Remove an assertion that doesn't test Emacs invariants.
This commit is contained in:
parent
272235c1d5
commit
655439b71e
1 changed files with 0 additions and 2 deletions
|
@ -545,8 +545,6 @@ module_copy_string_contents (emacs_env *env, emacs_value value, char *buffer,
|
|||
ptrdiff_t raw_size = SBYTES (lisp_str_utf8);
|
||||
ptrdiff_t required_buf_size = raw_size + 1;
|
||||
|
||||
eassert (length != NULL);
|
||||
|
||||
if (buffer == NULL)
|
||||
{
|
||||
*length = required_buf_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue