Skip to content

Commit

Permalink
Don't deprecate device::finish for now since it will cause CI scripts
Browse files Browse the repository at this point in the history
to fail.
  • Loading branch information
kris-rowe committed Jul 25, 2022
1 parent ab914eb commit 71a79bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/occa/core/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ namespace occa {
*
* @endDoc
*/
[[deprecated("Use `getStream().finish()` instead.")]]
void finish();

/**
Expand Down

0 comments on commit 71a79bf

Please sign in to comment.