opennars / OpenNARS-for-Applications

General reasoning component for applications based on NARS theory.
https://cis.temple.edu/~pwang/NARS-Intro.html
MIT License
91 stars 40 forks source link

Refining of code: removal of unused variables #277

Closed ARCJ137442 closed 1 month ago

ARCJ137442 commented 2 months ago

Here are some of the unused variables I found in OccurrenceTimeIndex_Test.h and Memory.h, which may be outdated or confusing to later readers (because they don't know where it will be used).

I keep track of these unused variables in this branch and provide a commit of removal on each of them to facilitate cherry picking or providing further explanations.

I'll keep track of other unused variables during my work :)

patham9 commented 1 month ago

thank you!