Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
upamanyus committed Oct 30, 2024
1 parent 306b380 commit 3a485d4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions recordgen/recordgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,25 +178,6 @@ Admitted.
}
fmt.Fprintf(w, ").\nAdmitted.\n\n")

/*
Instance wp_struct_make_AsyncFile mu data filename index indexCond durableIndex durableIndexCond
closeRequested closed closedCond :
PureWp True
(struct.make AsyncFile (struct.fields_val [
"mu" ::= #mu;
"data" ::= #data;
"filename" ::= #filename;
"index" ::= #index;
"indexCond" ::= #indexCond;
"durableIndex" ::= #durableIndex;
"durableIndexCond" ::= #durableIndexCond;
"closeRequested" ::= #closeRequested;
"closed" ::= #closed;
"closedCond" ::= #closedCond
]%V
))
#(AsyncFile.mk mu data filename index indexCond durableIndex durableIndexCond closeRequested closed closedCond)
.*/
ctx.defNames = append(ctx.defNames, defName)
ctx.defs[defName] = w.String()
}
Expand Down

0 comments on commit 3a485d4

Please sign in to comment.