aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c10
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
2502Lisp_Object
2503build_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