Remove ChangeLog entry for changes in gofrontend that were reverted.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 18 Oct 2018 23:05:32 +0000 (23:05 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 18 Oct 2018 23:05:32 +0000 (23:05 +0000)
From-SVN: r265295

gcc/go/ChangeLog

index 6fe4b3c58e88f7abd1b8504eccec37ea31c18563..587013f875295926659c21f41ca0178af915be05 100644 (file)
@@ -2,21 +2,6 @@
 
        * Make-lang.in (selftest-go): New.
 
-2018-09-25  Martin Liska  <mliska@suse.cz>
-
-       * gofrontend/escape.cc (Gogo::analyze_escape): Remove
-       usage of a parameter.
-       (Gogo::assign_connectivity): Likewise.
-       (class Escape_analysis_tag): Likewise.
-       (Gogo::tag_function): Likewise.
-       * gofrontend/expressions.cc (Call_expression::do_type): Likewise.
-       * gofrontend/gogo.h (class Gogo): Likewise.
-       * gofrontend/types.cc (class Call_multiple_result_type): Likewise.
-       (Type::make_call_multiple_result_type): Likewise.
-       * gofrontend/types.h (class Type): Likewise.
-       * gofrontend/wb.cc (class Check_escape): Likewise.
-       (Gogo::add_write_barriers): Likewise.
-
 2018-09-20  Allan Sandfeld Jensen  <allan.jensen@qt.io>
 
        * gospec.c (lang_specific_driver): Handle -r like -nostdlib.