Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Aug 27, 2024
1 parent aadb026 commit fcaea1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/mmoc/ir/annotation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ ModelAnnotation::ModelAnnotation()
_sd_matrix(),
_sz_matrix(),
_event_ids(),
_current_exp_id(-1),
_random_seed(0)
_current_exp_id(-1)
{
initialize();
}
Expand Down
2 changes: 0 additions & 2 deletions src/mmoc/ir/annotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ class ModelAnnotation {
IR::MATRIX::UserDefMatrixExps _sz_matrix;
string _event_ids;
int _current_exp_id;
unsigned long _random_seed;
bool _x_output;
map<string, IntegerAnnotations> _integer_annotations_map;
IntAnnotValMap _integer_annotations_val;
};
Expand Down

0 comments on commit fcaea1b

Please sign in to comment.