[flang] Remove unused using decls (NFC)

Identified with misc-unused-using-decls.
This commit is contained in:
Kazu Hirata 2023-10-10 18:57:13 -07:00
parent 4df74963ea
commit 8f64d52cb8
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -13,7 +13,6 @@
using namespace fir;
using llvm::SmallVector;
using llvm::StringRef;
struct DeconstructedName {
DeconstructedName(llvm::StringRef name) : name{name} {}