Commit 12406b2c authored by Tom Tromey's avatar Tom Tromey
Browse files

Remove 'copy_names' parameter from add_using_directive



I noticed that add_using_directive's 'copy_names' parameter is only
used by a single caller.  This patch removes the parameter and changes
that caller to copy the names itself.  I chose to use intern here
since I suspect the names may well be repeated in a given objfile.

Approved-By: default avatarJohn Baldwin <jhb@FreeBSD.org>
parent 35d69151
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment