From 10a61779e9658031a13adadc2bd4382f55f9c718 Mon Sep 17 00:00:00 2001 From: Reece Date: Wed, 29 Sep 2021 09:19:04 +0100 Subject: [PATCH] [*] You had one job --- Include/AuroraTypedefs.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Include/AuroraTypedefs.hpp b/Include/AuroraTypedefs.hpp index 78902f7b..fb993271 100644 --- a/Include/AuroraTypedefs.hpp +++ b/Include/AuroraTypedefs.hpp @@ -125,7 +125,6 @@ using AuOptional = AURORA_RUNTIME_AU_OPTIONAL; template using AuPredicate = AuFunction; -template using AuVoidFunc = AuFunction; template