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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user