mirror of
https://github.com/opencv/opencv.git
synced 2025-01-12 15:49:32 +08:00
Dead code removed as this cannot be null in Java.
(cherry picked from commit dbe7634286
)
This commit is contained in:
parent
aa82f921cc
commit
ea51396731
@ -87,7 +87,6 @@ public class TermCriteria {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
if (this == null) return "null";
|
||||
return "{ type: " + type + ", maxCount: " + maxCount + ", epsilon: " + epsilon + "}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user