Skip to content

Commit 98d49d5

Browse files
[CodeGen] Remove a redundant declaration (NFC) (#168285)
EnableFSDiscriminator is declared in DebugInfoMetadata.h. Identified with readability-redundant-declaration.
1 parent 977d6cf commit 98d49d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/TargetPassConfig.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,6 @@ struct InsertedPass {
401401

402402
namespace llvm {
403403

404-
extern cl::opt<bool> EnableFSDiscriminator;
405-
406404
class PassConfigImpl {
407405
public:
408406
// List of passes explicitly substituted by this target. Normally this is

0 commit comments

Comments
 (0)