Skip to content

Commit 5ccedbf

Browse files
committed
Eliminate warning for duplicated const qualifers
1 parent 7d36238 commit 5ccedbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vops.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static struct {
8585
};
8686

8787

88-
static const Oid const vops_map_tid[] =
88+
static const Oid vops_map_tid[] =
8989
{
9090
BOOLOID,
9191
CHAROID,

0 commit comments

Comments
 (0)