summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala')
-rw-r--r--Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala b/Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala
deleted file mode 100644
index 3b5ad20864f..00000000000
--- a/Master/texmf-dist/source/support/tlcockpit/src/main/scala/TeXLive/OsInfo.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-package TeXLive
-
-object OsInfo {
- val OS = System.getProperty("os.name")
- def isWindows: Boolean = {
- OS.startsWith("Windows")
- }
-}