Skip to content

Commit 9c87e8e

Browse files
committed
Clean up
1 parent 3710716 commit 9c87e8e

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ def sgxGdbCommand = Command.command("sgx-gdb") { state =>
125125

126126
commands += sgxGdbCommand
127127

128-
// Task to encrypt a plaintext serialized dataframe
129-
lazy val encrypt = InputKey[Unit]("encrypt", "Encrypt a plaintext serialized dataframe.")
130-
131-
fullRunInputTask(encrypt, Compile, "crypto.Encrypt")
132-
133128
initialCommands in console :=
134129
"""
135130
|import org.apache.spark.SparkContext

src/main/scala/crypto/Encrypt.scala

Lines changed: 0 additions & 7 deletions
This file was deleted.

test.scala

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)