staging: dgap: remove unused code
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sat, 9 May 2015 12:29:42 +0000 (17:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 13:17:50 +0000 (15:17 +0200)
commit56f40e521047ae8623ad5dcbb5a08ad91684cab6
tree7d56da8e68ecffeb9e8a1a0b49cf8129d4198eac
parent1397e2fd065a87f623263e23028f3b252917121b
staging: dgap: remove unused code

dgap_sindex() is being only called from dgap_getword() which searches
for either ' ' or '\t' or '\n'. this part of the code with '^' at the
beginning is never used.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c