Skip to content

Conversation

@rauletorresc
Copy link
Contributor

Description of the problem

Class LlamaData in llama-run contains utility functions that never access non-static data members or non-static member functions. However they are unnecessarily defined as non-static as well.

Proposed solution

Make those utility functions static, so there is single copy of them shared by all objects of that class type.

**Description of the problem**

Class `LlamaData` in `llama-run` contains utility functions that
never access non-static data members or non-static member
functions. However they are unnecessarily defined as non-static
as well.

**Proposed solution**

Make those utility functions static, so there is single copy of
them shared by all objects of that class type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant