aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 17:03:40 -0700
committerPaul Eggert2011-05-22 17:03:40 -0700
commit7400048f602459209e89da4680ed9cc351ace4ee (patch)
tree35206b02a9d6b9fe0fb5f5e59533e3e21b4d2281 /src/ChangeLog
parentabb71cf449e531096ef6be36f571f521c44cb80d (diff)
downloademacs-7400048f602459209e89da4680ed9cc351ace4ee.tar.gz
emacs-7400048f602459209e89da4680ed9cc351ace4ee.zip
* gnutls.c: Remove unused macros.
(fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function): (fn_gnutls_transport_set_push_function) [!WINDOWSNT]: Remove macros that are defined and never used. Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e324b8ef071..c5594b8555d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * gnutls.c: Remove unused macros.
4 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
5 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
6 Remove macros that are defined and never used.
7 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
8
12011-05-22 Chong Yidong <cyd@stupidchicken.com> 92011-05-22 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS. 11 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.