mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare/symbol_abstract] Remove unnecessary friend class Store
This commit is contained in:
committed by
Léa Saviot
parent
f0bfb41cab
commit
c238c5f736
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user