mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix PR comments
This commit is contained in:
parent
cff0836c03
commit
8b1b4b78c0
@ -40,10 +40,6 @@ public:
|
|||||||
Declaration const* _decl,
|
Declaration const* _decl,
|
||||||
smt::SolverInterface& _interface
|
smt::SolverInterface& _interface
|
||||||
);
|
);
|
||||||
SSAVariable(SSAVariable const&) = default;
|
|
||||||
SSAVariable(SSAVariable&&) = default;
|
|
||||||
SSAVariable& operator=(SSAVariable const&) = default;
|
|
||||||
SSAVariable& operator=(SSAVariable&&) = default;
|
|
||||||
|
|
||||||
void resetIndex();
|
void resetIndex();
|
||||||
|
|
||||||
|
@ -36,10 +36,6 @@ public:
|
|||||||
Declaration const* _decl,
|
Declaration const* _decl,
|
||||||
smt::SolverInterface& _interface
|
smt::SolverInterface& _interface
|
||||||
);
|
);
|
||||||
SymbolicIntVariable(SymbolicIntVariable const&) = default;
|
|
||||||
SymbolicIntVariable(SymbolicIntVariable&&) = default;
|
|
||||||
SymbolicIntVariable& operator=(SymbolicIntVariable const&) = default;
|
|
||||||
SymbolicIntVariable& operator=(SymbolicIntVariable&&) = default;
|
|
||||||
|
|
||||||
/// Sets the var to 0.
|
/// Sets the var to 0.
|
||||||
void setZeroValue(int _seq);
|
void setZeroValue(int _seq);
|
||||||
|
@ -40,10 +40,6 @@ public:
|
|||||||
Declaration const* _decl,
|
Declaration const* _decl,
|
||||||
smt::SolverInterface& _interface
|
smt::SolverInterface& _interface
|
||||||
);
|
);
|
||||||
SymbolicVariable(SymbolicVariable const&) = default;
|
|
||||||
SymbolicVariable(SymbolicVariable&&) = default;
|
|
||||||
SymbolicVariable& operator=(SymbolicVariable const&) = default;
|
|
||||||
SymbolicVariable& operator=(SymbolicVariable&&) = default;
|
|
||||||
|
|
||||||
smt::Expression operator()(int _seq) const
|
smt::Expression operator()(int _seq) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user