diff options
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r-- | src/tutorial/complex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index 922784004ea..a263110cd2d 100644 --- a/src/tutorial/complex.c +++ b/src/tutorial/complex.c @@ -12,7 +12,6 @@ #include "fmgr.h" #include "libpq/pqformat.h" /* needed for send/recv functions */ - PG_MODULE_MAGIC; typedef struct Complex |