We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b91643 commit ee2e523Copy full SHA for ee2e523
opensca/sca/java/xml/typeinfo.go
@@ -257,13 +257,6 @@ func lookupXMLName(typ reflect.Type) (xmlname *fieldInfo) {
257
return nil
258
}
259
260
-func min(a, b int) int {
261
- if a <= b {
262
- return a
263
- }
264
- return b
265
-}
266
-
267
// addFieldInfo adds finfo to tinfo.fields if there are no
268
// conflicts, or if conflicts arise from previous fields that were
269
// obtained from deeper embedded structures than finfo. In the latter
0 commit comments