Kaydet (Commit) 03828157 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327466 UrF: Unread field

this class is unused since

commit 8f60da0a
Author: Noel Grandin <noel@peralex.com>
Date:   Wed Oct 14 11:49:19 2015 +0200

    cid#1326681 DLS: Dead local store

    and clean up the return value, no need to return a TypeInfo when all we
    need is a boolean

Change-Id: I8da388b861612acd925ef502904181d140e3abb5
üst b6b8ef25
......@@ -46,16 +46,6 @@ public class TypeInspector
};
static final int INVALID = 999999;
public static class TypeInfo
{
public boolean bisAutoIncrementable;
public TypeInfo(boolean _bisAutoIncrementable)
{
bisAutoIncrementable = _bisAutoIncrementable;
}
}
public TypeInspector(XResultSet _xResultSet)
{
try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment