From 5c8b408a9a29e4588b2993312b3c5a403b02a8b1 Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Sun, 9 Feb 2020 17:11:19 +0800 Subject: [PATCH] refactor codes --- src/inc/textbuffer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/inc/textbuffer.h b/src/inc/textbuffer.h index 4f52c19cfa..b46b98ed38 100644 --- a/src/inc/textbuffer.h +++ b/src/inc/textbuffer.h @@ -28,9 +28,6 @@ extern "C" { #define MAX_TMPFILE_PATH_LENGTH PATH_MAX #define INITIAL_ALLOCATION_BUFFER_SIZE 64 -// forward declaration -struct tTagSchema; - typedef enum EXT_BUFFER_FLUSH_MODEL { /* * all data that have been flushed to disk is belonged to the same group -- GitLab