Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3717f08

Browse files
committed
Tidy up from frontend Assert change.
Quiet compiler warnings noted by Peter Eisentraut.
1 parent c1f856a commit 3717f08

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/backend/utils/mb/encnames.c

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
#ifdef FRONTEND
88
#include "postgres_fe.h"
9-
#define Assert(condition)
109
#else
1110
#include "postgres.h"
1211
#include "utils/builtins.h"

src/backend/utils/mb/wchar.c

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/* can be used in either frontend or backend */
88
#ifdef FRONTEND
99
#include "postgres_fe.h"
10-
#define Assert(condition)
1110
#else
1211
#include "postgres.h"
1312
#endif

0 commit comments

Comments
 (0)