Remove scriptRemoved() method

Related to elastic/elasticsearch@18572

Original commit: elastic/x-pack-elasticsearch@ec43b58111
This commit is contained in:
Tanguy Leroux 2016-06-20 10:33:18 +02:00
parent a2637da78a
commit 24e9baeefb
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ public class SleepScriptEngine implements ScriptEngineService {
return null;
}
@Override
public void scriptRemoved(@Nullable CompiledScript script) {
}
@Override
public void close() throws IOException {
}