Commit 5235b053 authored by Lioncash's avatar Lioncash
Browse files

video_core/memory_manager: Remove superfluous const from function declarations

These are able to be omitted from the declaration of functions, since
they don't do anything at the type system level. The definitions of the
functions can retain the use of const though, since they make the
variables immutable in the implementation of the function where they're
used.
parent 7cb17834
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment