diff --git a/src/core/memory.cpp b/src/core/memory.cpp index b88aa5c40e..b7f21698fd 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp @@ -667,8 +667,6 @@ struct Memory::Impl { * @tparam T The data type to write to memory. This type *must* be * trivially copyable, otherwise the behavior of this function * is undefined. - * - * @returns The instance of T write to the specified virtual address. */ template void Write(const VAddr vaddr, const T data) {