diff options
| author | Doug <[email protected]> | 2016-09-01 17:20:44 -0700 |
|---|---|---|
| committer | Doug <[email protected]> | 2016-09-01 17:20:44 -0700 |
| commit | 38acbf83e1aa652f7af917efc31a035999a98af3 (patch) | |
| tree | d5bc9d3756a4857c6e86ad41fc4bc0f1376f85a8 | |
| parent | Merge #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (diff) | |
| download | discoin-38acbf83e1aa652f7af917efc31a035999a98af3.tar.xz discoin-38acbf83e1aa652f7af917efc31a035999a98af3.zip | |
Remove unused Qt 4.6 patch.
Core no longer supports Qt 4. Therefore, the STL fix patch isn't needed.
| -rw-r--r-- | depends/patches/qt46/stlfix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/depends/patches/qt46/stlfix.patch b/depends/patches/qt46/stlfix.patch deleted file mode 100644 index f8f6fb04b..000000000 --- a/depends/patches/qt46/stlfix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- old/config.tests/unix/stl/stltest.cpp 2011-06-23 03:45:23.000000000 -0400 -+++ new/config.tests/unix/stl/stltest.cpp 2014-08-28 00:54:04.154837604 -0400 -@@ -49,6 +49,7 @@ - #include <vector> - #include <algorithm> - #include <iostream> -+#include <cstddef> - - // something mean to see if the compiler and C++ standard lib are good enough - template<class K, class T> |