STYLE: remove unused (transitional) methods from CircularBuffer

- old methods (and class) were not widely used
This commit is contained in:
Mark Olesen
2023-09-27 17:04:22 +02:00
committed by Andrew Heather
parent 524c953af3
commit 1af40e7dfe
3 changed files with 4 additions and 48 deletions

View File

@ -79,7 +79,7 @@ int main(int argc, char *argv[])
Info<< buf1[-12] << nl;
Info<< "found: " << buf1.found(40) << nl;
Info<< "contains: " << buf1.contains(40) << nl;
buf1.push_uniq(100); report(buf1);
buf1 = Zero; report(buf1);