diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-02 20:18:20 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-02 20:18:20 -0500 |
commit | 97bbafb762defc01abc38834b70a7e8f20d654f5 (patch) | |
tree | 1f80933eee00e047d4baab53020e6c7346c5a4ce /source | |
parent | 167187c4438db1a8612580e627019e8ab311ae46 (diff) |
Define fud to return version info.
Diffstat (limited to 'source')
-rw-r--r-- | source/libfud.cpp | 4 |
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>; |