Cleanup: outdated commented stuff.

This commit is contained in:
Achim D. Brucker 2016-10-05 08:00:59 +01:00
parent e49a398051
commit d031448347
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ context Stack::pop(): Stack
context Stack::top(): ElemType
pre notEmpty: isEmpty() = false
post: result = elements->first()
-- post: self=self@pre
context Stack::push(e: ElemType): Stack
post pushedElemTypeIsOnTop: top() = e