From: Justin Viiret Date: Wed, 1 Jun 2016 04:47:37 +0000 (+1000) Subject: fdr: remove unused typedef 'ConfirmIndex' X-Git-Tag: v4.3.0^2~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d44fbed57ca875858a8f597296194dcc0c411f;p=thirdparty%2Fvectorscan.git fdr: remove unused typedef 'ConfirmIndex' --- diff --git a/src/fdr/fdr_compile_internal.h b/src/fdr/fdr_compile_internal.h index 9b0c323f..48e2ed6f 100644 --- a/src/fdr/fdr_compile_internal.h +++ b/src/fdr/fdr_compile_internal.h @@ -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;