mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Remove unused Qt 4.6 patch.
Core no longer supports Qt 4. Therefore, the STL fix patch isn't needed.
This commit is contained in:
parent
f061415d12
commit
38acbf83e1
1 changed files with 0 additions and 10 deletions
|
@ -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>
|
|
Loading…
Reference in a new issue