Skip to content

Commit 8b8fea6

Browse files
committed
Undoing change to unused file
1 parent 162d873 commit 8b8fea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernels/portable/cpu/selective_build.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#else
1818
// dummy implementation
1919
inline constexpr bool should_include_kernel_dtype(
20-
const char* ,//operator_name,
21-
executorch::aten::ScalarType //scalar_type*
20+
const char* /*operator_name*/,
21+
executorch::aten::ScalarType /*scalar_type*/
2222
) {
2323
return true;
2424
}

0 commit comments

Comments
 (0)