Skip to content

Commit 0fe4036

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [CodeGen] Remove a redundant declaration (NFC) (#168285)
EnableFSDiscriminator is declared in DebugInfoMetadata.h. Identified with readability-redundant-declaration.
2 parents 72cf40a + 98d49d5 commit 0fe4036

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)