Skip to content

Commit

Permalink
Remove unused DataDefinitionTask.ExplainDataDefinition interface
Browse files Browse the repository at this point in the history
It looks like remnant of an earlier version of
8065aa8.
  • Loading branch information
findepi committed Sep 19, 2022
1 parent 23c0eaf commit c92c642
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ ListenableFuture<Void> execute(
QueryStateMachine stateMachine,
List<Expression> parameters,
WarningCollector warningCollector);

interface ExplainDataDefinition<T extends Statement>
{
String explain(T statement, List<Expression> parameters);
}
}

0 comments on commit c92c642

Please sign in to comment.