fix:error in TD-23218 & remove useless logic

This commit is contained in:
wangmm0220 2023-03-18 18:48:50 +08:00
parent ccba1d07c6
commit 55fb48b699
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ typedef struct SSDataBlock {
enum { enum {
FETCH_TYPE__DATA = 1, FETCH_TYPE__DATA = 1,
FETCH_TYPE__SEP,
FETCH_TYPE__NONE, FETCH_TYPE__NONE,
}; };