[poincare/symbol_abstract] Remove unnecessary friend class Store

This commit is contained in:
Ruben Dashyan
2019-10-17 14:47:16 +02:00
committed by Léa Saviot
parent f0bfb41cab
commit c238c5f736
2 changed files with 0 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ private:
class Symbol final : public SymbolAbstract {
friend class Expression;
friend class Store;
friend class SymbolNode;
public:
static constexpr int k_ansLength = 3;

View File

@@ -24,7 +24,6 @@ namespace Poincare {
* */
class SymbolAbstractNode : public ExpressionNode {
friend class Store;
public:
virtual const char * name() const = 0;
size_t size() const override;