Skip to content

Commit b864405

Browse files
committed
MCAsmInfo: Remove unused UseParensForDollarSignNames
Follow-up to 3acccf0
1 parent 7a6a795 commit b864405

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/MC/MCAsmInfo.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ class MCAsmInfo {
387387
/// directives, e.g. .word foo(got).
388388
bool UseParensForSpecifier = false;
389389

390-
/// True if the target uses parens for symbol names starting with
391-
/// '$' character to distinguish them from absolute names.
392-
bool UseParensForDollarSignNames = true;
393-
394390
/// True if the target supports flags in ".loc" directive, false if only
395391
/// location is allowed.
396392
bool SupportsExtendedDwarfLocDirective = true;

0 commit comments

Comments
 (0)