summaryrefslogtreecommitdiffstats
path: root/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/translate.h b/translate.h
index ab0ad98b..eae7534f 100644
--- a/translate.h
+++ b/translate.h
@@ -58,12 +58,7 @@ struct unparser
// struct context {
// unsigned errorcount;
// unsigned busy;
- // unsigned actioncount;
- // unsigned nesting;
- // union {
- // struct { .... } probe_NUM_locals;
- // struct { .... } function_NAME_locals;
- // } locals [MAXNESTING];
+ // ...
// } context [MAXCONCURRENCY];
virtual void emit_global (vardecl* v) = 0;