diff options
| author | Paul Eggert | 2011-04-26 00:26:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-26 00:26:02 -0700 |
| commit | 8d4c39551793f003936e4d5da9839ab250358da1 (patch) | |
| tree | 4cad8126ecb45aaede87530dc6432b1b20cbb3b6 /src/ChangeLog | |
| parent | 7754e1516fdb6ddf8f43f0977cfea8407e5093fa (diff) | |
| download | emacs-8d4c39551793f003936e4d5da9839ab250358da1.tar.gz emacs-8d4c39551793f003936e4d5da9839ab250358da1.zip | |
* gnutls.c: Remove unused local.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70438c72f09..aea040263bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | (emacs_gnutls_read): Do that check. This is the other caller. | 7 | (emacs_gnutls_read): Do that check. This is the other caller. |
| 8 | (emacs_gnutls_handle_error): Remove unused local. | 8 | (emacs_gnutls_handle_error): Remove unused local. |
| 9 | (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *. | 9 | (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *. |
| 10 | Remove unused local. | ||
| 10 | 11 | ||
| 11 | lisp.h: Fix a problem with aliasing and vector headers. | 12 | lisp.h: Fix a problem with aliasing and vector headers. |
| 12 | GCC 4.6.0 optimizes based on type-based alias analysis. For | 13 | GCC 4.6.0 optimizes based on type-based alias analysis. For |