summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-02 20:18:20 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-02 20:18:20 -0500
commit97bbafb762defc01abc38834b70a7e8f20d654f5 (patch)
tree1f80933eee00e047d4baab53020e6c7346c5a4ce /source
parent167187c4438db1a8612580e627019e8ab311ae46 (diff)
Define fud to return version info.
Diffstat (limited to 'source')
-rw-r--r--source/libfud.cpp4
1 files changed, 0 insertions, 4 deletions
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<String, FudStatus> getEnv(const char* name)
{
using RetType = Result<String, FudStatus>;