Skip to content

Commit 634e7b1

Browse files
committed
Remove pseudocode from the description of goto_programt
1 parent 89647bb commit 634e7b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/architectural/central-data-structures.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ in the symbol-table for their values.
9393

9494
## goto_programt
9595

96-
A `goto_programt` is a list of GOTO instructions. In pseudocode, it would
97-
look like `type goto_programt = list<goto_instructiont>`.
96+
A `goto_programt` is a sequence of GOTO instructions (`goto_instructiont`).
9897

9998
An instruction (`goto_instructiont`) is a triple (an element with three subcomponents),
10099
describing a GOTO level instruction with the following 3 component subtypes,

0 commit comments

Comments
 (0)