From 3fa2bb316c92b2c332d18072799d585ab795f131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Nov 1997 18:12:58 +0000 Subject: Remove archive stuff. --- src/include/commands/purge.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/include/commands/purge.h') diff --git a/src/include/commands/purge.h b/src/include/commands/purge.h index aa63313c9e0..e69de29bb2d 100644 --- a/src/include/commands/purge.h +++ b/src/include/commands/purge.h @@ -1,21 +0,0 @@ -/*------------------------------------------------------------------------- - * - * purge.h-- - * - * - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: purge.h,v 1.4 1997/09/08 21:51:39 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef PURGE_H -#define PURGE_H - -extern int32 -RelationPurge(char *relationName, - char *absoluteTimeString, - char *relativeTimeString); - -#endif /* PURGE_H */ -- cgit v1.2.3