[-] Remove accidental macro inclusion post-test

This commit is contained in:
Reece Wilson 2021-12-26 15:48:14 +00:00
parent c51404e074
commit 92d64d6117

View File

@ -1,8 +1,8 @@
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: LockGuard.hpp
Date: 2021-6-10
File: LockGuardTry.hpp
Date: 2021-12-25
Author: Reece
***/
#pragma once
@ -92,4 +92,4 @@ namespace Aurora::Threading
#define AU_TRY_LOCK_GUARD_RET_DEF(variable) AU_TRY_LOCK_GUARD_RET_VAL(variable, {})
#define AU_TRY_LOCK_GUARD_RET(variable) AU_TRY_LOCK_GUARD_RET_VAL(variable, )
#define AU_TRY_LOCK_GUARD_NAMED(variable, name) AU_TRY_LOCK_GUARD_RET_NAMED(variable, , name)
}2
}