Commit 3717f083 authored by Andrew Dunstan's avatar Andrew Dunstan

Tidy up from frontend Assert change.

Quiet compiler warnings noted by Peter Eisentraut.
parent c1f856a1
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
*/ */
#ifdef FRONTEND #ifdef FRONTEND
#include "postgres_fe.h" #include "postgres_fe.h"
#define Assert(condition)
#else #else
#include "postgres.h" #include "postgres.h"
#include "utils/builtins.h" #include "utils/builtins.h"
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
/* can be used in either frontend or backend */ /* can be used in either frontend or backend */
#ifdef FRONTEND #ifdef FRONTEND
#include "postgres_fe.h" #include "postgres_fe.h"
#define Assert(condition)
#else #else
#include "postgres.h" #include "postgres.h"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment