mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
remove unsused OsPlatform.nimVM (#17953)
This commit is contained in:
@@ -40,7 +40,7 @@ type
|
||||
OsPlatform* {.pure.} = enum ## the OS this program will run on.
|
||||
none, dos, windows, os2, linux, morphos, skyos, solaris,
|
||||
irix, netbsd, freebsd, openbsd, aix, palmos, qnx, amiga,
|
||||
atari, netware, macos, macosx, haiku, android, js, nimVM,
|
||||
atari, netware, macos, macosx, haiku, android, js,
|
||||
standalone, nintendoswitch
|
||||
|
||||
const
|
||||
@@ -66,7 +66,6 @@ const
|
||||
elif defined(haiku): OsPlatform.haiku
|
||||
elif defined(android): OsPlatform.android
|
||||
elif defined(js): OsPlatform.js
|
||||
elif defined(nimVM): OsPlatform.nimVM
|
||||
elif defined(standalone): OsPlatform.standalone
|
||||
elif defined(nintendoswitch): OsPlatform.nintendoswitch
|
||||
else: OsPlatform.none
|
||||
|
||||
Reference in New Issue
Block a user