diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/alloc.c b/src/alloc.c index 369592d70ee..9fdcc7306a8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3878,15 +3878,6 @@ build_marker (struct buffer *buf, ptrdiff_t charpos, ptrdiff_t bytepos) | |||
| 3878 | return obj; | 3878 | return obj; |
| 3879 | } | 3879 | } |
| 3880 | 3880 | ||
| 3881 | /* Put MARKER back on the free list after using it temporarily. */ | ||
| 3882 | |||
| 3883 | void | ||
| 3884 | free_marker (Lisp_Object marker) | ||
| 3885 | { | ||
| 3886 | unchain_marker (XMARKER (marker)); | ||
| 3887 | free_misc (marker); | ||
| 3888 | } | ||
| 3889 | |||
| 3890 | 3881 | ||
| 3891 | /* Return a newly created vector or string with specified arguments as | 3882 | /* Return a newly created vector or string with specified arguments as |
| 3892 | elements. If all the arguments are characters that can fit | 3883 | elements. If all the arguments are characters that can fit |