Make LinearFilter copyable and moveable (#1789)

This commit is contained in:
Tyler Veness
2019-08-09 22:29:23 -07:00
committed by Peter Johnson
parent 76930250c0
commit ef037457e5

View File

@@ -87,9 +87,6 @@ class LinearFilter {
: LinearFilter(wpi::makeArrayRef(ffGains.begin(), ffGains.end()),
wpi::makeArrayRef(fbGains.begin(), fbGains.end())) {}
LinearFilter(LinearFilter&&) = default;
LinearFilter& operator=(LinearFilter&&) = default;
// Static methods to create commonly used filters
/**
* Creates a one-pole IIR low-pass filter of the form:<br>