Skip to content

Commit 388cb48

Browse files
author
Robert Kruszewski
committed
correctly resolve conflicts
1 parent 5e65a21 commit 388cb48

File tree

1 file changed

+0
-3
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/optimization

1 file changed

+0
-3
lines changed

mllib/src/main/scala/org/apache/spark/mllib/optimization/LBFGS.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ object LBFGS extends Logging {
263263
// broadcasted model is not needed anymore
264264
bcW.destroy(blocking = false)
265265

266-
// broadcasted model is not needed anymore
267-
bcW.destroy()
268-
269266
/**
270267
* regVal is sum of weight squares if it's L2 updater;
271268
* for other updater, the same logic is followed.

0 commit comments

Comments
 (0)