diff --git a/no-return-in-non-void-adouble_tl_cpp.patch b/no-return-in-non-void-adouble_tl_cpp.patch deleted file mode 100644 index 9da8b87..0000000 --- a/no-return-in-non-void-adouble_tl_cpp.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/ADOL-C/src/adouble_tl.cpp b/ADOL-C/src/adouble_tl.cpp -index d72c538..9deaec7 100644 ---- a/ADOL-C/src/adouble_tl.cpp -+++ b/ADOL-C/src/adouble_tl.cpp -@@ -72,6 +72,7 @@ istream& operator >> ( istream& in, adouble& a) { - while (c!=')' && !in.eof()); - return in; - } -+ return in; - } - - /**************** ADOLC_TRACELESS_SPARSE_PATTERN ****************************/