trafgen: proto: Inline proto_current_header() into its only caller
commitbb9eb3eaa03eecbf169489d3be83ddccf7b77815
authorTobias Klauser <tklauser@distanz.ch>
Thu, 21 Apr 2016 13:03:24 +0000 (21 15:03 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 21 Apr 2016 13:03:24 +0000 (21 15:03 +0200)
tree7f6fc8a0235f0a50bd3f1c0ee5e3933d5ce93b2a
parentfa71d0f64d30ab81e35942a5a3bb77c464d2ad51
trafgen: proto: Inline proto_current_header() into its only caller

proto_lower_header() is the only caller for proto_current_header() which
already checks header_count > 0, so inline proto_current_header() and
omit the additional check and a panic() which thus can never be
triggered.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
trafgen_proto.c