Tidy up from frontend Assert change.

Quiet compiler warnings noted by Peter Eisentraut.
This commit is contained in:
Andrew Dunstan 2012-12-16 12:22:57 -05:00
parent c1f856a17f
commit 3717f0837b
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
*/
#ifdef FRONTEND
#include "postgres_fe.h"
#define Assert(condition)
#else
#include "postgres.h"
#include "utils/builtins.h"

View File

@ -7,7 +7,6 @@
/* can be used in either frontend or backend */
#ifdef FRONTEND
#include "postgres_fe.h"
#define Assert(condition)
#else
#include "postgres.h"
#endif