-
Type:
Task
-
Resolution: Fixed
-
Priority:
Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
file_helpers.h contains two different implementations of isTerminal(), but only one is needed. Remove the class-static implementation and keep the free function if possible, otherwise keep the class-static one and remove the free function.