[wpiutil] Remove STLExtras.h

This is a very inefficient header, and it's good to remove to discourage
its use.  Only a handful of use cases remained, and of only array_lengthof.
This commit is contained in:
Peter Johnson
2021-06-06 17:44:40 -07:00
parent 80f1d79218
commit 8d054c940c
7 changed files with 18 additions and 1318 deletions

View File

@@ -7,7 +7,6 @@
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <wpi/STLExtras.h>
#include <wpi/timestamp.h>
#include "Handle.h"