diff options
| author | 2022-08-31 11:52:14 +0200 | |
|---|---|---|
| committer | 2022-08-31 11:52:14 +0200 | |
| commit | f3b25bc63e6d3c44729ed9aa9e730099cd865449 (patch) | |
| tree | 03d3b222044295bcba531a592f0b5d89a6c2d071 /src | |
| parent | e0bf5793a9c89548990a55e0de65c9977b9fae0e (diff) | |
remove unused file
Diffstat (limited to 'src')
| -rw-r--r-- | src/type.hff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/type.hff b/src/type.hff deleted file mode 100644 index ce04063..0000000 --- a/src/type.hff +++ /dev/null @@ -1,15 +0,0 @@ -struct Type { - size usize, - align usize, - konst bool, - id uint, - u enum union { - Void, - Bool, - Int struct { sgn bool }, - Flo, - Ptr *Type, - Arr struct { child *Type, length i64 }, - Slice *Type, - } -} |