datapath: Drop unused file ops.
authorJesse Gross <jesse@nicira.com>
Wed, 8 Dec 2010 21:38:22 +0000 (13:38 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 10 Dec 2010 01:43:37 +0000 (17:43 -0800)
commitfb016a60434e3890ef4db2ccfa23fa1948c6b9f5
treec480e7f67e5202a77a4d15ad15f2d42400aaedf7
parente22d4953ec00df611fff0fd36ac81087c63e1d1e
datapath: Drop unused file ops.

There have been two ops to support async access to the datapath
character device for a long time but they have never been implemented.
Drop the commented out code.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c