Remove unused `using` statements.

PiperOrigin-RevId: 335517711
This commit is contained in:
Lucy Fox 2020-10-05 15:53:08 -07:00 committed by TensorFlow MLIR Team
parent ab1a2572d4
commit 84277ed784
4 changed files with 0 additions and 5 deletions

View File

@ -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 {

View File

@ -37,7 +37,6 @@ limitations under the License.
using mlir::FunctionPass;
using mlir::OwningRewritePatternList;
using mlir::PassRegistration;
using mlir::PassWrapper;
namespace {

View File

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

View File

@ -24,7 +24,6 @@ limitations under the License.
#include "mlir/Transforms/DialectConversion.h"
using mlir::FunctionPass;
using mlir::PassRegistration;
using mlir::PassWrapper;
namespace {