Skip to content

Commit 61a803c

Browse files
authored
Revert "[SYCL] Reserve values in PropKind enum (#11944)" (#11959)
This reverts commit aaab5d3.
1 parent 3fe916a commit 61a803c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/include/sycl/ext/oneapi/properties/property.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,8 @@ enum PropKind : uint32_t {
221221
BuildOptions = 51,
222222
BuildLog = 52,
223223
FloatingPointControls = 53,
224-
// Reserved for internal use to avoid merge conflicts. Update when possible.
225-
InternalProperty1 = 54,
226-
InternalProperty2 = 55,
227224
// PropKindSize must always be the last value.
228-
PropKindSize = 56,
225+
PropKindSize = 54,
229226
};
230227

231228
// This trait must be specialized for all properties and must have a unique

0 commit comments

Comments
 (0)