Skip to content

Commit

Permalink
Remove unneeded diagnostic entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtoguchi committed Sep 3, 2024
1 parent 11e38ef commit 0d0192f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/include/clang/Basic/DiagnosticDriverKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ def warn_drv_mismatch_fpga_archive : Warning<
def warn_drv_sycl_native_cpu_and_targets: Warning<
"-fsycl-targets=native_cpu overrides SYCL targets option">,
InGroup<SyclNativeCPUTargets>;
def err_drv_unsupported_opt_sycl : Error<
"option '%0' not supported with SYCL compilation">;
def err_drv_argument_only_allowed_with : Error<
"invalid argument '%0' only allowed with '%1'">;
def err_drv_opt_unsupported_input_type : Error<
Expand Down

0 comments on commit 0d0192f

Please sign in to comment.