about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/netcoredbg/limits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/netcoredbg/limits.patch')
-rw-r--r--pkgs/development/tools/misc/netcoredbg/limits.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/tools/misc/netcoredbg/limits.patch b/pkgs/development/tools/misc/netcoredbg/limits.patch
deleted file mode 100644
index 8a2dcced32c5b..0000000000000
--- a/pkgs/development/tools/misc/netcoredbg/limits.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/debugger/frames.cpp b/src/debugger/frames.cpp
-index 534936b..21366f9 100644
---- a/src/debugger/frames.cpp
-+++ b/src/debugger/frames.cpp
-@@ -9,6 +9,7 @@
- #include "utils/platform.h"
- #include "utils/logger.h"
- #include "utils/torelease.h"
-+#include <limits>
- 
- namespace netcoredbg
- {