From: Tom Lane Date: Fri, 7 Aug 2009 16:19:57 +0000 (+0000) Subject: Remove long-since-unused file commands/version.h. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=487c8a44a69548bf7951a45b0a705708c902fcff;p=users%2Fsimon%2Fpostgres.git Remove long-since-unused file commands/version.h. Noticed by Itagaki Takahiro. --- diff --git a/src/include/commands/version.h b/src/include/commands/version.h deleted file mode 100644 index 4214c69b0a..0000000000 --- a/src/include/commands/version.h +++ /dev/null @@ -1,17 +0,0 @@ -/*------------------------------------------------------------------------- - * - * version.h - * Header file for versions. - * - * - * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $PostgreSQL$ - * - *------------------------------------------------------------------------- - */ -#ifndef VERSION_H -#define VERSION_H - -#endif /* VERSION_H */