From a7b61c0972b03c2f9537244cd0ffc6677fcd4c46 Mon Sep 17 00:00:00 2001 From: Nikita Kornev Date: Thu, 6 Aug 2026 19:28:40 +0200 Subject: [PATCH] [SYCL][NFC] Remove redundant forward declaration The id class in unused in this header. --- sycl/include/sycl/range.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sycl/include/sycl/range.hpp b/sycl/include/sycl/range.hpp index 0434081048cfb..cb1abe36e1f03 100644 --- a/sycl/include/sycl/range.hpp +++ b/sycl/include/sycl/range.hpp @@ -15,7 +15,6 @@ namespace sycl { inline namespace _V1 { -template class id; namespace detail { class Builder;