diff options
author | Tom Tromey <tom@tromey.com> | 2019-01-24 09:58:29 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-03-06 16:04:31 -0700 |
commit | 0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f (patch) | |
tree | 425680b03c2b849635e829c81a9ad18aa8785af7 /gdb/ChangeLog | |
parent | fe7b42e5843ef82f97959e0e18122c164449a8ea (diff) | |
download | gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.zip gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.tar.gz gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.tar.bz2 |
Remove free_current_contents
free_current_contents is no longer used, so this patch removes it.
2019-03-06 Tom Tromey <tom@tromey.com>
* utils.h (free_current_contents): Don't declare.
* utils.c (free_current_contents): Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a311b82..066761d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2019-03-06 Tom Tromey <tom@tromey.com> + * utils.h (free_current_contents): Don't declare. + * utils.c (free_current_contents): Remove. + +2019-03-06 Tom Tromey <tom@tromey.com> + * top.c (quit_force): Update. * main.c (captured_command_loop): Update. * common/new-op.c (operator new): Update. |