Remove unused private[sbt] key

This slipped through by mistake.
This commit is contained in:
Ethan Atkins 2019-05-11 16:44:02 -07:00
parent 9845bd40df
commit b15b638632
1 changed files with 0 additions and 2 deletions

View File

@ -116,8 +116,6 @@ object Keys {
taskKey[Seq[DynamicInput]]("The transitive inputs and triggers for a key").withRank(Invisible)
private[sbt] val dynamicFileOutputs =
taskKey[Seq[Path]]("The outputs of a task").withRank(Invisible)
private[sbt] val autoClean =
taskKey[Unit]("Automatically clean up a task returning file or path").withRank(Invisible)
private[sbt] val inputFileStamps =
taskKey[Seq[(Path, FileStamp)]]("Retrieves the hashes for a set of task input files")