diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/alloc.c b/src/alloc.c index 490632f282f..6f7cc968b81 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -2496,16 +2496,6 @@ make_specified_string (const char *contents, | |||
| 2496 | } | 2496 | } |
| 2497 | 2497 | ||
| 2498 | 2498 | ||
| 2499 | /* Make a string from the data at STR, treating it as multibyte if the | ||
| 2500 | data warrants. */ | ||
| 2501 | |||
| 2502 | Lisp_Object | ||
| 2503 | build_string (const char *str) | ||
| 2504 | { | ||
| 2505 | return make_string (str, strlen (str)); | ||
| 2506 | } | ||
| 2507 | |||
| 2508 | |||
| 2509 | /* Return an unibyte Lisp_String set up to hold LENGTH characters | 2499 | /* Return an unibyte Lisp_String set up to hold LENGTH characters |
| 2510 | occupying LENGTH bytes. */ | 2500 | occupying LENGTH bytes. */ |
| 2511 | 2501 | ||