diff --git a/include/ck_tile/core/numeric/integral_constant.hpp b/include/ck_tile/core/numeric/integral_constant.hpp index ea7a67abcc..33c24da8c5 100644 --- a/include/ck_tile/core/numeric/integral_constant.hpp +++ b/include/ck_tile/core/numeric/integral_constant.hpp @@ -56,7 +56,6 @@ CK_TILE_LEFT_UNARY_OP(+) CK_TILE_LEFT_UNARY_OP(-) CK_TILE_LEFT_UNARY_OP(~) CK_TILE_LEFT_UNARY_OP(!) -CK_TILE_LEFT_UNARY_OP(*) CK_TILE_BINARY_OP(+) CK_TILE_BINARY_OP(-)