Remove unused `using` statements.
PiperOrigin-RevId: 335517711
This commit is contained in:
parent
ab1a2572d4
commit
84277ed784
|
@ -32,8 +32,6 @@ limitations under the License.
|
|||
#include "mlir/Pass/PassRegistry.h"
|
||||
#include "mlir/Support/LogicalResult.h"
|
||||
|
||||
using mlir::PassRegistration;
|
||||
|
||||
namespace mlir {
|
||||
namespace mhlo {
|
||||
namespace {
|
||||
|
|
|
@ -37,7 +37,6 @@ limitations under the License.
|
|||
|
||||
using mlir::FunctionPass;
|
||||
using mlir::OwningRewritePatternList;
|
||||
using mlir::PassRegistration;
|
||||
using mlir::PassWrapper;
|
||||
|
||||
namespace {
|
||||
|
|
|
@ -38,7 +38,6 @@ using mlir::LogicalResult;
|
|||
using mlir::MLIRContext;
|
||||
using mlir::OpRewritePattern;
|
||||
using mlir::OwningRewritePatternList;
|
||||
using mlir::PassRegistration;
|
||||
using mlir::PassWrapper;
|
||||
using mlir::PatternRewriter;
|
||||
using mlir::RankedTensorType;
|
||||
|
|
|
@ -24,7 +24,6 @@ limitations under the License.
|
|||
#include "mlir/Transforms/DialectConversion.h"
|
||||
|
||||
using mlir::FunctionPass;
|
||||
using mlir::PassRegistration;
|
||||
using mlir::PassWrapper;
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue