summaryrefslogtreecommitdiff
path: root/userspace/cpp/prep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/cpp/prep.cpp')
-rw-r--r--userspace/cpp/prep.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/userspace/cpp/prep.cpp b/userspace/cpp/prep.cpp
deleted file mode 100644
index a09adbe..0000000
--- a/userspace/cpp/prep.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <reent.h>
-#include <cstring>
-
-void prep()
-{
-_REENT_INIT_PTR(_impure_ptr);
-}
-