Tidy up from frontend Assert change.

Quiet compiler warnings noted by Peter Eisentraut.
pull/3/head
Andrew Dunstan 13 years ago
parent c1f856a17f
commit 3717f0837b
  1. 1
      src/backend/utils/mb/encnames.c
  2. 1
      src/backend/utils/mb/wchar.c

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

@ -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

Loading…
Cancel
Save