diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-24 19:53:36 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-24 19:53:36 +0200 |
| commit | 63331ef731209ec8db65d7f26bdbebdf9459107d (patch) | |
| tree | 5821f52c432a07d374fddc4b89d8a466833b3734 /core | |
| parent | a40a53b10447c9223c24cccf565a95f1773d3922 (diff) | |
Revert "Merge pull request #1702 from Kelimion/filename_generation"
This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing
changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
Diffstat (limited to 'core')
| -rw-r--r-- | core/crypto/util/util.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/crypto/util/util.odin b/core/crypto/util/util.odin index 83b07e546..6273a232e 100644 --- a/core/crypto/util/util.odin +++ b/core/crypto/util/util.odin @@ -11,7 +11,6 @@ package util */ import "core:mem" -_ :: mem // @note(bp): this can replace the other two cast_slice :: #force_inline proc "contextless" ($D: typeid/[]$DE, src: $S/[]$SE) -> D { |