Skip to content

Commit 6ce877d

Browse files
author
Alexander Batashev
committed
Remove repeated link
Signed-off-by: Alexander Batashev <[email protected]>
1 parent 23b06d7 commit 6ce877d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
1919

2020
## Sub-projects Documentation
2121
- oneAPI Data Parallel C++ compiler - See
22-
- [GetStartedGuide.md](sycl/doc/GetStartedGuide.md)
2322
- [DPC++ Documentation](https://intel.github.io/llvm-docs/)
2423

2524
## DPC++ extensions

sycl/include/CL/sycl/device_selector.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class __SYCL_EXPORT device_selector {
4444
///
4545
/// \ingroup sycl_api_dev_sel
4646
class __SYCL_EXPORT default_selector : public device_selector {
47-
>>>>>>> origin/sycl
4847
public:
4948
int operator()(const device &dev) const override;
5049
};

0 commit comments

Comments
 (0)