1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

dnn: some minor fixes in docs, indentation, unused code

This commit is contained in:
Alexander Alekhin
2017-06-30 18:46:00 +03:00
parent 520da7aaaf
commit 544908d06c
4 changed files with 108 additions and 110 deletions
-3
View File
@@ -969,9 +969,6 @@ struct Net::Impl
}
}
#define CV_RETHROW_ERROR(err, newmsg)\
cv::error(err.code, newmsg, err.func.c_str(), err.file.c_str(), err.line)
void allocateLayer(int lid, const LayersShapesMap& layersShapes)
{
CV_TRACE_FUNCTION();