Skip to content
Prev Previous commit
Next Next commit
Remove useless annotation
  • Loading branch information
Yanbo Liang committed Feb 14, 2015
commit 0812dd1c269e2d2c57cce817a1c3ecee46e59c5b
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ private[sql] class DefaultSource
case SaveMode.Append =>
sys.error(s"Append mode is not supported by ${this.getClass.getCanonicalName}")
case SaveMode.Overwrite =>
//fs.delete(filesystemPath, true)
true
case SaveMode.ErrorIfExists =>
sys.error(s"path $path already exists.")
Expand Down