]> granicus.if.org Git - liblinear/commit
Remove unused fscanf in load_model in linear.cpp
authorb92paul <b92paul@gmail.com>
Tue, 21 Mar 2017 06:08:53 +0000 (14:08 +0800)
committerb92paul <b92paul@gmail.com>
Tue, 21 Mar 2017 06:08:53 +0000 (14:08 +0800)
commit24e89defb7c34c60690d17297f2beae764855358
tree14fd165264420c04fe3202aedba3334110fa77f5
parentdf78bba7f03146f0e883b2bb2d31ca80a2d2963b
Remove unused fscanf in load_model in linear.cpp

Since FSCANF() function will check if the program
successfully read a double each time in for loop
(line 2887 in linear.cpp), the lines from 2888 to
2891 in linear.cpp are redundant and may cause
error in new version of VS compiler (14.0).
linear.cpp