Skip to content

Commit 10cdb3d

Browse files
authored
removed unnecessary friend declaration of test class from MathLib (danmar#7946)
1 parent e04019c commit 10cdb3d

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)