From 63b0b8a4aee22c3367df7e5f2930fce351eeb061 Mon Sep 17 00:00:00 2001 From: Miro Palmu Date: Sat, 10 Sep 2022 18:44:26 +0300 Subject: [PATCH] Fixed documentation Signed-off-by: Miro Palmu --- src/include/kompute/Sequence.hpp | 4 ---- 1 file changed, 4 deletions(-) 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();