mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix a gcc 10 warning
This commit is contained in:
parent
0f8f886389
commit
232f1b5fbe
|
@ -44,11 +44,6 @@ class fixed_bit_vector {
|
|||
}
|
||||
|
||||
public:
|
||||
|
||||
fixed_bit_vector() {}
|
||||
|
||||
~fixed_bit_vector() {}
|
||||
|
||||
unsigned get_word(unsigned word_idx) const { return m_data[word_idx]; }
|
||||
|
||||
bool operator[](unsigned bit_idx) const {
|
||||
|
|
Loading…
Reference in a new issue