mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
LLVM: remove purposeless const qualifiers
These const qualifiers on pointers to opaque types do not serve any purpose. If anything they are misleading since the underlying pointers very likely point to objects that are in fact mutated. This commit does not change any behavior.
This commit is contained in:
parent
4961044ce8
commit
99b954b9ce