mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
remove unused variable in loadFromXML()
This commit is contained in:
parent
c098c18942
commit
a01659825c
@ -778,8 +778,6 @@ NCVStatus loadFromXML(const std::string &filename,
|
||||
haar.bNeedsTiltedII = false;
|
||||
Ncv32u curMaxTreeDepth;
|
||||
|
||||
std::vector<char> xmlFileCont;
|
||||
|
||||
std::vector<HaarClassifierNode128> h_TmpClassifierNotRootNodes;
|
||||
haarStages.resize(0);
|
||||
haarClassifierNodes.resize(0);
|
||||
|
Loading…
Reference in New Issue
Block a user