diff options
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/complex.c | 1 | ||||
-rw-r--r-- | src/tutorial/funcs.c | 1 | ||||
-rw-r--r-- | src/tutorial/funcs_new.c | 1 |
3 files changed, 0 insertions, 3 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 diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index e5812758566..61ad1417a86 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -18,7 +18,6 @@ PG_MODULE_MAGIC; - /* These prototypes just prevent possible warnings from gcc. */ int add_one(int arg); diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c index c8ef458226b..abe409b8591 100644 --- a/src/tutorial/funcs_new.c +++ b/src/tutorial/funcs_new.c @@ -16,7 +16,6 @@ #include "executor/executor.h" /* for GetAttributeByName() */ #include "utils/geo_decls.h" /* for point type */ - PG_MODULE_MAGIC; /* These prototypes just prevent possible warnings from gcc. */ |