Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 628c089

Browse files
author
Neil Conway
committed
Remove the contents of the src/corba subdirectory: this has been dead code
for a long time.
1 parent 7f8d2fe commit 628c089

File tree

6 files changed

+2
-336
lines changed

6 files changed

+2
-336
lines changed

GNUmakefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.41 2004/10/06 08:49:58 momjian Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.42 2005/05/01 06:15:51 neilc Exp $
55
#
66

77
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
7272
$(TAR) chf $@ $(distdir)
7373

7474
opt_files := \
75-
src/tools src/corba src/tutorial \
75+
src/tools src/tutorial \
7676
$(addprefix src/pl/, plperl plpython tcl)
7777

7878
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail

src/corba/CosQuery.idl

-89
This file was deleted.

src/corba/CosQueryCollection.idl

-83
This file was deleted.

src/corba/pgsql.idl

-96
This file was deleted.

src/corba/pgsql_int.idl

-7
This file was deleted.

src/corba/server.cc

-59
This file was deleted.

0 commit comments

Comments
 (0)