8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bb618 commit 4554ee3Copy full SHA for 4554ee3
src/tools/msvc/Genbki.pm
@@ -11,7 +11,7 @@
11
#
12
13
# IDENTIFICATION
14
-# $PostgreSQL: pgsql/src/tools/msvc/Genbki.pm,v 1.1 2007/03/17 13:50:42 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Genbki.pm,v 1.2 2007/03/17 13:54:34 mha Exp $
15
16
#-------------------------------------------------------------------------
17
@@ -240,12 +240,6 @@ sub genbki
240
close(O);
241
}
242
243
-sub Usage
244
-{
245
- print "Usage: genbki.pl <version> <prefix> <input1> [<input2> <input3>...]\n";
246
- exit(1);
247
-}
248
-
249
sub read_file
250
{
251
my $filename = shift;
src/tools/msvc/genbki.pl
0 commit comments