1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Remove S*I comments from Stephan.

This commit is contained in:
Bruce Momjian
1999-07-13 21:17:45 +00:00
parent 050371fccd
commit ad4948862c
13 changed files with 12 additions and 58 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodeGroup.h,v 1.10 1999/05/25 16:13:55 momjian Exp $
* $Id: nodeGroup.h,v 1.11 1999/07/13 21:17:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,7 +23,6 @@ extern int ExecCountSlotsGroup(Group *node);
extern void ExecEndGroup(Group *node);
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
/***S*I***/
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);