summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java')
-rw-r--r--core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java b/core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java
index 537d61ac55..c1ff788dae 100644
--- a/core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java
+++ b/core/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java
@@ -46,14 +46,6 @@ public class SearchScrollRequest extends ActionRequest<SearchScrollRequest> {
this.scrollId = scrollId;
}
- /**
- * Creates a scroll request caused by some other request, which is provided as an
- * argument so that its headers and context can be copied to the new request
- */
- public SearchScrollRequest(ActionRequest request) {
- super(request);
- }
-
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;