summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/root/root6-60606-mathmore.patch
blob: d009a5af0de55d1be72d0e1e5cd3fd43f2b4c648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/math/mathmore/inc/Math/QuantFuncMathMore.h b/math/mathmore/inc/Math/QuantFuncMathMore.h
index fd6679c..03ccc03 100644
--- a/math/mathmore/inc/Math/QuantFuncMathMore.h
+++ b/math/mathmore/inc/Math/QuantFuncMathMore.h
@@ -25,17 +25,6 @@
   **********************************************************************/
 
 
-#if defined(__CINT__) && !defined(__MAKECINT__)
-// avoid to include header file when using CINT
-#ifndef _WIN32
-#include "../lib/libMathMore.so"
-#else
-#include "../bin/libMathMore.dll"
-#endif
-
-#else
-
-
 #ifndef ROOT_Math_QuantFuncMathMore
 #define ROOT_Math_QuantFuncMathMore
 
@@ -190,5 +179,3 @@ namespace MathMore {
 
 
 #endif // ROOT_Math_QuantFuncMathMore
-
-#endif // if defined (__CINT__) && !defined(__MAKECINT__)