summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBryan Henderson1997-01-08 08:39:10 +0000
committerBryan Henderson1997-01-08 08:39:10 +0000
commit3c4b21493d49d93431c4842ee2187b7f28362c38 (patch)
tree7d12e81cde1b59180fd2717f01e702c1765f6c8d /src/include
parent5e98c40129beed4b504b48e83dae2962b6fcbacb (diff)
Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/tcop/dest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index 47cbd225cbb..9e2f7688ec2 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dest.h,v 1.4 1996/11/10 03:06:08 momjian Exp $
+ * $Id: dest.h,v 1.5 1997/01/08 08:39:10 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -61,7 +61,6 @@ typedef struct AttrInfo {
} AttrInfo;
*/
-extern void donothing(List *tuple, List *attrdesc);
extern void (*DestToFunction(CommandDest dest))();
extern void EndCommand(char *commandTag, CommandDest dest);
extern void SendCopyBegin(void);