Skip to content

Commit c5b38cf

Browse files
committed
Remove the NONE case from the OS enum.
1 parent e6cc20e commit c5b38cf

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/google/devtools/build/lib/util

1 file changed

+0
-1
lines changed

src/main/java/com/google/devtools/build/lib/util/OS.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public enum OS {
2323
FREEBSD("freebsd", "FreeBSD"),
2424
LINUX("linux", "Linux"),
2525
WINDOWS("windows", "Windows"),
26-
NONE("none", "No OS"),
2726
UNKNOWN("unknown", "");
2827

2928
private static final EnumSet<OS> POSIX_COMPATIBLE = EnumSet.of(DARWIN, FREEBSD, LINUX);

0 commit comments

Comments
 (0)