diff --git a/src/include/kompute/Sequence.hpp b/src/include/kompute/Sequence.hpp index 544344f14..56dbcd6bc 100644 --- a/src/include/kompute/Sequence.hpp +++ b/src/include/kompute/Sequence.hpp @@ -217,16 +217,12 @@ class Sequence : public std::enable_shared_from_this /** * Begins recording commands for commands to be submitted into the command * buffer. - * - * @return Boolean stating whether execution was successful. */ void begin(); /** * Ends the recording and stops recording commands when the record command * is sent. - * - * @return Boolean stating whether execution was successful. */ void end();