diff options
| author | Dan Nicolaescu | 2010-08-20 16:02:11 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-20 16:02:11 -0700 |
| commit | b5c76d0c4f52f347b1c79f94aaa8e91916814673 (patch) | |
| tree | edf1a26bec537801584415874d37cf16c131de41 /src/ChangeLog | |
| parent | 748155880fc11549ab230b74e2cb2d03a4965630 (diff) | |
| download | emacs-b5c76d0c4f52f347b1c79f94aaa8e91916814673.tar.gz emacs-b5c76d0c4f52f347b1c79f94aaa8e91916814673.zip | |
Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
* src/alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
write only.
(init_alloc_once): Remove writes to malloc_sbrk_unused, and
malloc_sbrk_used, nothing uses them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2150e4d3fac..23374ba2e47 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove, | ||
| 4 | write only. | ||
| 5 | (init_alloc_once): Remove writes to malloc_sbrk_unused, and | ||
| 6 | malloc_sbrk_used, nothing uses them. | ||
| 7 | |||
| 3 | * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not | 8 | * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not |
| 4 | defined, unconditionally defined in lisp.h. | 9 | defined, unconditionally defined in lisp.h. |
| 5 | 10 | ||