diff options
| author | Andrew Waterman | 2016-07-31 18:01:01 -0700 |
|---|---|---|
| committer | Andrew Waterman | 2016-07-31 18:01:01 -0700 |
| commit | ce42ef15128a626e723249ae7b129fb5a370fa9c (patch) | |
| tree | 3c4d7c53db9feb5339c769b2826881543ccb4619 /src/main/scala/chisel3/compatibility.scala | |
| parent | 8b0fa7826a547f9123277119aabc58f7c75e2ca3 (diff) | |
Remove deprecated FileSystemUtilities
This has been deprecated for a long time now (and really shouldn't
have existed to begin with).
Diffstat (limited to 'src/main/scala/chisel3/compatibility.scala')
| -rw-r--r-- | src/main/scala/chisel3/compatibility.scala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/compatibility.scala b/src/main/scala/chisel3/compatibility.scala index c0e933e0..56c92d24 100644 --- a/src/main/scala/chisel3/compatibility.scala +++ b/src/main/scala/chisel3/compatibility.scala @@ -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 |
