Skip to content

Commit

Permalink
Update pkg/slayers/scion_spec.gobra
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 authored Jan 7, 2025
1 parent f934d8d commit 1226e2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/slayers/scion_spec.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,5 @@ ensures b
decreases
pure func (s *SCION) ValidSizeOhpUb(ub []byte) (b bool) {
return unfolding s.Mem(ub) in
// let pathSlice := ub[CmnHdrLen+s.AddrHdrLenSpecInternal() : s.HdrLen*LineLen] in
// let pathLen := s.Path.LenSpec(pathSlice) in
// CmnHdrLen + s.AddrHdrLenSpecInternal() + pathLen <= len(ub)
s.ValidSizeOhpUbOpenInv(ub)
}

0 comments on commit 1226e2b

Please sign in to comment.