From b6634dff2cd515d9e6f95416512db893a08bde29 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 21 Apr 2011 18:06:31 -0400 Subject: adding functionality to fast_sparse_vector, getting ready for transition to it --- utils/feature_vector.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/feature_vector.h') diff --git a/utils/feature_vector.h b/utils/feature_vector.h index be378a6a..733aa99e 100755 --- a/utils/feature_vector.h +++ b/utils/feature_vector.h @@ -6,7 +6,6 @@ #include "fdict.h" typedef double Featval; -typedef SparseVectorList FeatureVectorList; typedef SparseVector FeatureVector; typedef SparseVector WeightVector; typedef std::vector DenseWeightVector; -- cgit v1.2.3