1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "cgen: sort const inits/cleanups topologically too"

This reverts commit 38000f8622.
This commit is contained in:
Alexander Medvednikov
2020-07-08 12:56:56 +02:00
parent 88248b1b66
commit 2425c05c42
6 changed files with 16 additions and 37 deletions

View File

@ -142,7 +142,6 @@ pub mut:
pub struct ConstField {
pub:
mod string
name string
expr Expr
is_pub bool