[clang] Remove unused declaration IgnoreLinkageSpecDecls
authorKazu Hirata <kazu@google.com>
Fri, 26 May 2023 06:31:17 +0000 (23:31 -0700)
committerKazu Hirata <kazu@google.com>
Fri, 26 May 2023 06:31:17 +0000 (23:31 -0700)
commite6135c27b231c43d84cdc92886d807d7e7a84f1f
tree7a8aeeaee083dc46b42748dc86db75e45280f9c6
parent4f1fe19df385445fabde47998affca50c7f1bc1e
[clang] Remove unused declaration IgnoreLinkageSpecDecls

The declaration and its corresponding function definition were removed
once by:

  commit 02093906fa0fd5bacc61b2189ea643c78cd02509
  Author: Nathan Sidwell <nathan@acm.org>
  Date:   Mon Feb 14 10:19:04 2022 -0800

However, the declaration was added back without a corresponding
function definition a few days later by:

  commit 18ead23385a4e0e6421d658591b1ee6a1c592b53
  Author: Peter Collingbourne <peter@pcc.me.uk>
  Date:   Thu Feb 17 11:23:33 2022 -0800

This is most likely a rebasing error.
clang/lib/AST/ItaniumMangle.cpp