summaryrefslogtreecommitdiff
path: root/source/libfud.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/libfud.cpp')
-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>;