Skip to content

Commit 3978c8c

Browse files
committed
remove default template
1 parent 998f8ca commit 3978c8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/lib/CodeGen/CGHLSLRuntime.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ class CGHLSLRuntime {
141141
llvm::SmallVector<Buffer> Buffers;
142142
};
143143

144-
// Default implementation
145-
template <unsigned BI> llvm::Intrinsic::ID CGHLSLRuntime::getIntrinsic() {
146-
static_assert(false, "getIntrinsic is only allowed on specialized templates");
147-
}
148-
149144
} // namespace CodeGen
150145
} // namespace clang
151146

0 commit comments

Comments
 (0)