ofproto: Remove redundant cls parameter from a few functions.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Sep 2013 05:36:19 +0000 (22:36 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 04:35:40 +0000 (21:35 -0700)
commitf67981fea36da889424c34558ac70d58cea150b1
tree9b816bf67117048e027ddbc43788fdbeedf24cca
parent628a3e52f4fc27956f98a17b8abe340292382141
ofproto: Remove redundant cls parameter from a few functions.

Previously this parameter was useful for Clang locking annotations
but it isn't actually a locking requirement anymore, so remove
the parameter.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c