c++: Remove unused fn
authorNathan Sidwell <nathan@acm.org>
Tue, 19 Jan 2021 14:49:08 +0000 (06:49 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 19 Jan 2021 19:37:42 +0000 (11:37 -0800)
commit7266ff2a243715e20882850b2fc4211ac7db4d34
tree3f1b97d327a4c24e9e22e739371cff818aa325c0
parent6e6f3ed47e5cb575819f8253e42313664b89b042
c++:  Remove unused fn

I had two overloads of a function, but only one was needed.  Let's keep
the constant one.

gcc/cp/
* module.cc (identifier): Merge overloads.
gcc/cp/module.cc