From 97bbafb762defc01abc38834b70a7e8f20d654f5 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Wed, 2 Oct 2024 20:18:20 -0500 Subject: Define fud to return version info. --- source/libfud.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source') diff --git a/source/libfud.cpp b/source/libfud.cpp index e9b3c8c..e1dad1d 100644 --- a/source/libfud.cpp +++ b/source/libfud.cpp @@ -21,10 +21,6 @@ namespace fud { -void fud() { - /* Are you feeling the fud? */ -} - Result getEnv(const char* name) { using RetType = Result; -- cgit v1.2.3