MCAsmInfo: Remove unused UseParensForDollarSignNames

Follow-up to 3acccf042ab8a7b7e663bb2b2fac328d9bf65b38
This commit is contained in:
Fangrui Song 2025-04-11 22:09:23 -07:00
parent 7a6a79551d
commit b864405c9b

View File

@ -387,10 +387,6 @@ protected:
/// directives, e.g. .word foo(got).
bool UseParensForSpecifier = false;
/// True if the target uses parens for symbol names starting with
/// '$' character to distinguish them from absolute names.
bool UseParensForDollarSignNames = true;
/// True if the target supports flags in ".loc" directive, false if only
/// location is allowed.
bool SupportsExtendedDwarfLocDirective = true;