aboutsummaryrefslogtreecommitdiffstats
path: root/main/libzdb/missing-assert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libzdb/missing-assert.patch')
-rw-r--r--main/libzdb/missing-assert.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/libzdb/missing-assert.patch b/main/libzdb/missing-assert.patch
deleted file mode 100644
index 10e279d3b3..0000000000
--- a/main/libzdb/missing-assert.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/test/zdbpp.cpp b/test/zdbpp.cpp
-index 40d2eee..3fde62a 100644
---- a/test/zdbpp.cpp
-+++ b/test/zdbpp.cpp
-@@ -1,6 +1,7 @@
- #include <iostream>
- #include <string>
- #include <map>
-+#include <assert.h>
-
- #include "zdbpp.h"
- using namespace zdb;
-