From 7a30103b35c9f3ff203adeafeff7f89aa4345022 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sun, 29 Jan 2017 09:34:32 +0100 Subject: sci-biology/allpathslg: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3708 --- .../allpathslg/files/allpathslg-47093-gcc4.9.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch (limited to 'sci-biology/allpathslg') diff --git a/sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch b/sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch deleted file mode 100644 index 46e5493d28ce..000000000000 --- a/sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/paths/long/VariantCallTools.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/paths/long/VariantCallTools.cc b/src/paths/long/VariantCallTools.cc -index dfe2787..725878b 100644 ---- a/src/paths/long/VariantCallTools.cc -+++ b/src/paths/long/VariantCallTools.cc -@@ -1674,7 +1674,7 @@ void EdgesOnRef::FindAllPathsNoLoop(const GraphT& dg, int entrace_edge, int exit - int n1 = to_right2[entrace_edge]; - int n2 = to_left2[exit_edge]; - -- PartialPath start = {{n1},{}}; -+ PartialPath start{{n1},vec{}}; - stack visited; - visited.push(start); - while (! visited.empty()) { -- cgit v1.2.3-65-gdbad