From 70f0ba83f8c7f984ee3fff2bc1fdd3124c7dced3 Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Thu, 11 Jul 2013 18:01:02 +0800 Subject: [PATCH] remove lines --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 62bdef3..60b1d96 100644 --- a/src/globals.h +++ b/src/globals.h @@ -8,7 +8,7 @@ namespace CppJieba { //file path - const char * const DICT_FILE_PATH = "dict.txt"; + //const char * const DICT_FILE_PATH = "dict.txt"; //typedefs typedef uint16_t ChUnicode;