]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr: remove unused typedef 'ConfirmIndex'
authorJustin Viiret <justin.viiret@intel.com>
Wed, 1 Jun 2016 04:47:37 +0000 (14:47 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 8 Jul 2016 00:50:03 +0000 (10:50 +1000)
src/fdr/fdr_compile_internal.h

index 9b0c323f9dda5287ff50feaa3b12ac0d05a5b67e..48e2ed6f3cf80a6d3e4784e3ceb5a3a0f9a5837b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,6 @@ namespace ue2 {
 // a pile of decorative typedefs
 // good for documentation purposes more than anything else
 typedef u32 LiteralIndex;
-typedef u32 ConfirmIndex;
 typedef u32 SuffixPositionInString; // zero is last byte, counting back
                                     // into the string
 typedef u32 BucketIndex;