mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
remove import os
This commit is contained in:
parent
8c6ae967b2
commit
75b1f2fc18
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
// that can be found in the LICENSE file.
|
// that can be found in the LICENSE file.
|
||||||
module pref
|
module pref
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
pub enum OS {
|
pub enum OS {
|
||||||
_auto // Reserved so .macos cannot be misunderstood as auto
|
_auto // Reserved so .macos cannot be misunderstood as auto
|
||||||
ios
|
ios
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue