summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/BytecodeOpInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Bytecode/BytecodeOpInterface.cpp')
-rw-r--r--mlir/lib/Bytecode/BytecodeOpInterface.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/mlir/lib/Bytecode/BytecodeOpInterface.cpp b/mlir/lib/Bytecode/BytecodeOpInterface.cpp
deleted file mode 100644
index e767f57b9bb4..000000000000
--- a/mlir/lib/Bytecode/BytecodeOpInterface.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//===- BytecodeOpInterface.cpp - Bytecode Op Interfaces -------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include "mlir/Bytecode/BytecodeOpInterface.h"
-
-using namespace mlir;
-
-//===----------------------------------------------------------------------===//
-// BytecodeOpInterface
-//===----------------------------------------------------------------------===//
-
-#include "mlir/Bytecode/BytecodeOpInterface.cpp.inc"