diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 11:52:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 13:34:37 -0400 |
commit | af86f7b26f2fafbb0fdfe24682b4700a51334d18 (patch) | |
tree | f264c594de621159041cf363d17064633001758b /mdds | |
parent | 338a6cb6c548764ed5e4dad0ca26eb3ff8d387ab (diff) |
Remove a patch that's no longer needed.
Change-Id: Ie309848f80606432752b60fbdf34e7597308d800
Diffstat (limited to 'mdds')
-rw-r--r-- | mdds/UnpackedTarball_mdds.mk | 1 | ||||
-rw-r--r-- | mdds/wundef.patch | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/mdds/UnpackedTarball_mdds.mk b/mdds/UnpackedTarball_mdds.mk index 97648783bfd1..b33bc1baee46 100644 --- a/mdds/UnpackedTarball_mdds.mk +++ b/mdds/UnpackedTarball_mdds.mk @@ -17,7 +17,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,mdds,\ mdds/mdds_0.6.0.patch \ mdds/0001-Workaround-for-gcc-bug.patch \ mdds/mdds_0.7.0_unreachable_warning.patch.1 \ - mdds/wundef.patch \ )) # vim: set noet sw=4 ts=4: diff --git a/mdds/wundef.patch b/mdds/wundef.patch deleted file mode 100644 index 628f3ddf6731..000000000000 --- a/mdds/wundef.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- misc/mdds_0.6.0/include/mdds/segment_tree.hpp -+++ misc/build/mdds_0.6.0/include/mdds/segment_tree.hpp -@@ -285,7 +285,7 @@ public: - } - }; - --#if UNIT_TEST -+#ifdef UNIT_TEST - struct node_printer : public ::std::unary_function<const node*, void> - { - void operator() (const node* p) const ---- misc/mdds_0.6.0/include/mdds/multi_type_vector_def.inl -+++ misc/build/mdds_0.6.0/include/mdds/multi_type_vector_def.inl -@@ -29,7 +29,7 @@ - - #include <stdexcept> - --#if UNIT_TEST -+#ifdef UNIT_TEST - #include <iostream> - using std::cout; - using std::endl; ---- misc/mdds_0.6.0/include/mdds/mixed_type_matrix_flag_storage.hpp -+++ misc/build/mdds_0.6.0/include/mdds/mixed_type_matrix_flag_storage.hpp -@@ -25,7 +25,7 @@ - * - ************************************************************************/ - --#if UNIT_TEST -+#ifdef UNIT_TEST - #include <iostream> - #endif - -@@ -74,7 +74,7 @@ public: - // Flag is stored at this position. Remove it. - m_flags.erase(itr); - } --#if UNIT_TEST -+#ifdef UNIT_TEST - void dump() const - { - using namespace std; |