lib/netdev-windows.c: nuke the init function.
authorNithin Raju <nithin@vmware.com>
Wed, 8 Oct 2014 18:53:25 +0000 (11:53 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 8 Oct 2014 20:30:45 +0000 (13:30 -0700)
commit0bfecde16d4f20dc5aa52517db95519fb70266be
treed5dbbb847c63a06a7c8dda3346f6701d61d2c377
parentff495b63789eed398b0bee0f11676d13ca102ac0
lib/netdev-windows.c: nuke the init function.

The init function is not allowed to call into the kernel datapath
while running unit tests since the kernel datapath is not loaded.
Instead of making the function dummy, it is better to not have it
at all.

Reported-by: Gurucharan Shetty <gshetty@nicira.com>
Signed-off-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
lib/netdev-windows.c