Skip to content

Commit 83ea589

Browse files
committed
Remove unused legacy pass manager namespace
genopt.cc was migrated to the new LLVM pass manager but the `using namespace llvm::legacy` declaration was left behind. Nothing in the file references it. Closes #3841
1 parent b7233ff commit 83ea589

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libponyc/codegen/genopt.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "ponyassert.h"
3131

3232
using namespace llvm;
33-
using namespace llvm::legacy;
3433

3534
static void print_transform(compile_t* c, Instruction* i, const char* s)
3635
{

0 commit comments

Comments
 (0)