]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
ng_limex_accel: delete unused DAccelScheme ctor
authorJustin Viiret <justin.viiret@intel.com>
Fri, 15 Apr 2016 00:56:43 +0000 (10:56 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 20 Apr 2016 03:34:57 +0000 (13:34 +1000)
src/nfagraph/ng_limex_accel.cpp

index 7bad1c669d529516e2384d46cc924d138150496e..1f991f1984d85c78092735f9e25cc343b2c7c18a 100644 (file)
@@ -284,8 +284,6 @@ struct DAccelScheme {
         assert(double_offset <= MAX_ACCEL_DEPTH);
     }
 
-    DAccelScheme() {}
-
     bool operator<(const DAccelScheme &b) const {
         const DAccelScheme &a = *this;