Skip to content

Commit 8211a78

Browse files
authored
Merge pull request #2722 from tautschnig/cleanup-valuest
Cleanup constant_propagator_domaint::valuest
2 parents e39ea2e + e85fb77 commit 8211a78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/analyses/constant_propagator.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,9 @@ class constant_propagator_domaint:public ai_domain_baset
7070

7171
struct valuest
7272
{
73-
public:
74-
valuest():is_bottom(true) {}
75-
7673
// maps variables to constants
7774
replace_symbolt replace_const;
78-
bool is_bottom;
75+
bool is_bottom = true;
7976

8077
bool merge(const valuest &src);
8178
bool meet(const valuest &src);

0 commit comments

Comments
 (0)