1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00

Clean up some minor compile warnings.

This commit is contained in:
Tom Lane
1999-02-07 22:07:02 +00:00
parent 5212ef8e46
commit f280266985
4 changed files with 15 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.21 1998/10/08 18:30:14 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.22 1999/02/07 22:06:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -277,7 +277,8 @@ load_file(char *filename)
handle_load(filename, (char *) NULL);
}
/* Is this used? bjm 1998/10/08 */
/* Is this used? bjm 1998/10/08 No. tgl 1999/02/07 */
#ifdef NOT_USED
func_ptr
trigger_dynamic(char *filename, char *funcname)
{
@@ -287,3 +288,4 @@ trigger_dynamic(char *filename, char *funcname)
return trigger_fn;
}
#endif