From a5343750084c5b6243da86d7a5ddb2d7c31c06e2 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Thu, 10 Aug 2023 03:42:58 +0100 Subject: [PATCH] [*] fuck you --- Include/Aurora/Debug/MemoryCrunch.hpp | 2 +- Include/Aurora/IO/IAsyncTransaction.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Include/Aurora/Debug/MemoryCrunch.hpp b/Include/Aurora/Debug/MemoryCrunch.hpp index c486e445..640606b4 100644 --- a/Include/Aurora/Debug/MemoryCrunch.hpp +++ b/Include/Aurora/Debug/MemoryCrunch.hpp @@ -2,7 +2,7 @@ Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: MemoryCrunch.hpp - Date: 2021-6-9 - 2023-10-08 + Date: 2021-6-9 - 2023-08-10 Author: Reece ***/ #pragma once diff --git a/Include/Aurora/IO/IAsyncTransaction.hpp b/Include/Aurora/IO/IAsyncTransaction.hpp index 1a29ee1e..545739be 100644 --- a/Include/Aurora/IO/IAsyncTransaction.hpp +++ b/Include/Aurora/IO/IAsyncTransaction.hpp @@ -20,7 +20,6 @@ namespace Aurora::IO * @warning this object is bound by the current thread at time of creation. * Do not access this object across threads as there is no MT guarantee on this particular object * Using the synchronization primitives, loop or authreading, is fine. - */ struct IAsyncTransaction {