mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
compiler love: make a few symbols static and avoid unneeded relocations
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
a96a9a076d
commit
5676fbbc9e
7 changed files with 10 additions and 15 deletions
|
@ -26,8 +26,6 @@ Notes:
|
|||
|
||||
template<typename Config>
|
||||
class poly_rewriter : public Config {
|
||||
public:
|
||||
static char const * g_ste_blowup_msg;
|
||||
protected:
|
||||
typedef typename Config::numeral numeral;
|
||||
sort * m_curr_sort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue