aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/prototype/include/ckw/types/Functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/prototype/include/ckw/types/Functions.h')
-rw-r--r--compute_kernel_writer/prototype/include/ckw/types/Functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compute_kernel_writer/prototype/include/ckw/types/Functions.h b/compute_kernel_writer/prototype/include/ckw/types/Functions.h
index 68146cb1c8..2dd5ed0b3d 100644
--- a/compute_kernel_writer/prototype/include/ckw/types/Functions.h
+++ b/compute_kernel_writer/prototype/include/ckw/types/Functions.h
@@ -37,7 +37,6 @@ enum class UnaryFunction : int32_t
Sqrt = 0x0002,
Erf = 0x0003,
Fabs = 0x0004,
- IsGreaterEqual = 0x0005,
Log = 0x0006,
Round = 0x0007,