diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-22 17:56:34 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-22 17:56:34 +0200 |
| commit | b022167df12b3d62ddacd51e64f7ab3b4e170852 (patch) | |
| tree | fe1401481e7e3dc1a38dc66aaab5e38bc52b0870 | |
| parent | ac9a358c65820894968cc11b55b08de0646d98d4 (diff) | |
Remove unused fmt.
| -rw-r--r-- | core/compress/shoco/shoco.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/compress/shoco/shoco.odin b/core/compress/shoco/shoco.odin index 3f5b696ea..f94ce70b7 100644 --- a/core/compress/shoco/shoco.odin +++ b/core/compress/shoco/shoco.odin @@ -14,8 +14,6 @@ package shoco import "core:intrinsics" import "core:compress" -import "core:fmt" - Shoco_Pack :: struct { word: u32, bytes_packed: i8, |