Skip to content

Commit

Permalink
Remove deprecated FileSystemUtilities
Browse files Browse the repository at this point in the history
This has been deprecated for a long time now (and really shouldn't
have existed to begin with).
  • Loading branch information
Andrew Waterman committed Aug 1, 2016
1 parent 8b0fa78 commit ce42ef1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/main/scala/chisel3/compatibility.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ package object Chisel {

type BackendCompilationUtilities = chisel3.BackendCompilationUtilities
val Driver = chisel3.Driver
type FileSystemUtilities = chisel3.compatibility.FileSystemUtilities
val ImplicitConversions = chisel3.util.ImplicitConversions
val chiselMain = chisel3.compatibility.chiselMain
val throwException = chisel3.compatibility.throwException
Expand Down
12 changes: 0 additions & 12 deletions src/main/scala/chisel3/compatibility/FileSystemUtilities.scala

This file was deleted.

0 comments on commit ce42ef1

Please sign in to comment.