summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@redhat.com>2001-11-07 12:50:00 -0800
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-11-07 12:50:00 -0800
commit5573cb39182adccc522b7e1548a4eb43da974c5e (patch)
treeeaf7e3dbd55fa1df20726d061275fc4b59b720df /gcc/java/ChangeLog
parent0ac081f6b81bb06d2a6a12349f6b32d503a65716 (diff)
downloadgcc-5573cb39182adccc522b7e1548a4eb43da974c5e.tar.gz
parse.y (patch_assignment): Removed unused third argument.
2001-11-07 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (patch_assignment): Removed unused third argument. (java_complete_lhs): Removed unused third argument to patch_assignment. ( http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00469.html ) From-SVN: r46834
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index ae4fcb0af3a..2af05a1b224 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-07 Alexandre Petit-Bianco <apbianco@redhat.com>
+
+ * parse.y (patch_assignment): Removed unused third argument.
+ (java_complete_lhs): Removed unused third argument to patch_assignment.
+
2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
* lang.c: Include langhooks-def.h.