[Mlir-commits] [mlir] 51fd157 - Remove duplicate forward declarations (NFC)
Kazu Hirata
llvmlistbot at llvm.org
Sat Jan 8 11:57:01 PST 2022
Author: Kazu Hirata
Date: 2022-01-08T11:56:42-08:00
New Revision: 51fd157635e11f7024dedf1d3a2a4c173f718b76
URL: https://github.com/llvm/llvm-project/commit/51fd157635e11f7024dedf1d3a2a4c173f718b76
DIFF: https://github.com/llvm/llvm-project/commit/51fd157635e11f7024dedf1d3a2a4c173f718b76.diff
LOG: Remove duplicate forward declarations (NFC)
Added:
Modified:
lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
mlir/include/mlir/Dialect/SCF/Transforms.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
index 1b382e5263c12..edbdd9ee290bb 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
@@ -25,7 +25,6 @@ namespace llvm {
namespace pdb {
class DbiStream;
class TpiStream;
-class TpiStream;
class InfoStream;
class PublicsStream;
class GlobalsStream;
diff --git a/mlir/include/mlir/Dialect/SCF/Transforms.h b/mlir/include/mlir/Dialect/SCF/Transforms.h
index 9efbf83a2a112..8286d70c6f9a8 100644
--- a/mlir/include/mlir/Dialect/SCF/Transforms.h
+++ b/mlir/include/mlir/Dialect/SCF/Transforms.h
@@ -37,7 +37,6 @@ namespace scf {
class IfOp;
class ForOp;
class ParallelOp;
-class ForOp;
/// Fuses all adjacent scf.parallel operations with identical bounds and step
/// into one scf.parallel operations. Uses a naive aliasing and dependency
More information about the Mlir-commits
mailing list