From 427d2be0040c28bba680c48aca9514ef932ecb56 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sat, 26 May 2012 14:55:38 -0400 Subject: remove creg --- creg/json_feature_map_lexer.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 creg/json_feature_map_lexer.h (limited to 'creg/json_feature_map_lexer.h') diff --git a/creg/json_feature_map_lexer.h b/creg/json_feature_map_lexer.h deleted file mode 100644 index 3324aa29..00000000 --- a/creg/json_feature_map_lexer.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _RULE_LEXER_H_ -#define _RULE_LEXER_H_ - -#include -#include - -#include "sparse_vector.h" - -struct JSONFeatureMapLexer { - typedef void (*FeatureMapCallback)(const std::string& id, const SparseVector& fmap, void* extra); - static void ReadRules(std::istream* in, FeatureMapCallback func, void* extra); -}; - -#endif - -- cgit v1.2.3