Remove dead code from GetResponse.java
This commit is contained in:
parent
c6c734dce1
commit
6baded8e7f
|
@ -164,12 +164,6 @@ public class GetResponse extends ActionResponse implements Iterable<GetField>, T
|
|||
return getResult.toXContent(builder, params);
|
||||
}
|
||||
|
||||
public static GetResponse readGetResponse(StreamInput in) throws IOException {
|
||||
GetResponse result = new GetResponse();
|
||||
result.readFrom(in);
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void readFrom(StreamInput in) throws IOException {
|
||||
super.readFrom(in);
|
||||
|
|
Loading…
Reference in New Issue