Skip to content

Commit 66346f7

Browse files
committed
removed unnecessary friend declaration of test class from MathLib
1 parent 1f35303 commit 66346f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mathlib.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ class Token;
3838
/** @brief simple math functions that uses operands stored in std::string. useful when performing math on tokens. */
3939

4040
class CPPCHECKLIB MathLib {
41-
friend class TestMathLib;
42-
4341
public:
4442
#if defined(HAVE_BOOST) && defined(HAVE_BOOST_INT128)
4543
using bigint = boost::multiprecision::int128_t;

0 commit comments

Comments
 (0)