Skip to content

E3-1072: Move circular buffer declarations to olcImpl.cpp

Andreas Persson requested to merge buffer_declarations into master

These variables are only used in olcImpl.cpp. They can be moved to the .cpp file and made static.

Merge request reports