Skip to content

Commit 72bfcef

Browse files
committed
remove dead code, that break compilation on aged gcc
1 parent 12c31fe commit 72bfcef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/expr_walk.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ typedef struct
2828
char *query_str;
2929
} check_funcexpr_walker_params;
3030

31-
typedef bool (*check_function_callback) (Oid func_id, void *context);
32-
33-
3431
static int check_fmt_string(const char *fmt,
3532
List *args,
3633
int location,

0 commit comments

Comments
 (0)