mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
some code simplifications and streamlining
This commit is contained in:
parent
18c77ddc2c
commit
79c53c9ed6
11 changed files with 23 additions and 27 deletions
|
@ -306,7 +306,7 @@ public:
|
|||
int num_labels = 0;
|
||||
|
||||
// Used for debugging. Transformed into the ZInst "loc" field.
|
||||
const Stmt* stmt = curr_stmt;
|
||||
StmtPtr stmt = curr_stmt;
|
||||
|
||||
private:
|
||||
// Initialize 'c' from the given ConstExpr.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue