mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 14:58:18 +00:00
[flang] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
This commit is contained in:
parent
4df74963ea
commit
8f64d52cb8
@ -32,8 +32,6 @@
|
||||
#include "llvm/TargetParser/Host.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
using llvm::StringRef;
|
||||
|
||||
// main frontend method. Lives inside fc1_main.cpp
|
||||
extern int fc1_main(llvm::ArrayRef<const char *> argv, const char *argv0);
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
using namespace fir;
|
||||
using llvm::SmallVector;
|
||||
using llvm::StringRef;
|
||||
|
||||
struct DeconstructedName {
|
||||
DeconstructedName(llvm::StringRef name) : name{name} {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user