mirror of
https://github.com/Z3Prover/z3
synced 2026-02-18 22:54:21 +00:00
Remove copies (#8583)
This commit is contained in:
parent
0da28c6d19
commit
836a76c78a
14 changed files with 38 additions and 51 deletions
|
|
@ -19,10 +19,6 @@ Revision History:
|
|||
|
||||
#include "util/s_integer.h"
|
||||
|
||||
s_integer s_integer::m_zero(0);
|
||||
s_integer s_integer::m_one(1);
|
||||
s_integer s_integer::m_minus_one(-1);
|
||||
|
||||
s_integer::s_integer(const char * str) {
|
||||
m_val = static_cast<int>(strtol(str, nullptr, 10));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue