Skip to content

Commit a63954b

Browse files
committed
Remove Closeables library
1 parent 183a609 commit a63954b

File tree

2 files changed

+1
-80
lines changed

2 files changed

+1
-80
lines changed

Closeables/src/main/scala/com/thoughtworks/compute/Closeables.scala

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

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ organization in ThisBuild := "com.thoughtworks.compute"
44

55
lazy val Memory = project
66

7-
lazy val Closeables = project
8-
9-
lazy val OpenCL = project.dependsOn(Closeables, Memory)
7+
lazy val OpenCL = project.dependsOn(Memory)
108

119
lazy val OpenCLCodeGenerator = project.dependsOn(Memory)
1210

0 commit comments

Comments
 (0)