aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx/add-stdexcept.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/replxx/add-stdexcept.patch')
-rw-r--r--ports/replxx/add-stdexcept.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/replxx/add-stdexcept.patch b/ports/replxx/add-stdexcept.patch
deleted file mode 100644
index 51fe01447..000000000
--- a/ports/replxx/add-stdexcept.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/io.cxx b/src/io.cxx
-index a098867..6159e4b 100644
---- a/src/io.cxx
-+++ b/src/io.cxx
-@@ -2,6 +2,7 @@
- #include <cerrno>
- #include <cstdlib>
- #include <cstring>
-+#include <stdexcept>
- #include <array>
-
- #ifdef _WIN32
-@@ -671,4 +672,3 @@ int Terminal::read_verbatim( char32_t* buffer_, int size_ ) {
- #endif
-
- }
--