Skip to content

Commit 366682f

Browse files
committed
Remove sema.c, superseded by win32_sema.c.
1 parent f0df096 commit 366682f

File tree

2 files changed

+3
-273
lines changed

2 files changed

+3
-273
lines changed

src/backend/port/win32/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for port/win32
4+
# Makefile for backend/port/win32
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.6 2004/08/29 00:38:03 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.7 2006/04/29 20:52:56 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/backend/port/win32
1212
top_builddir = ../../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
OBJS = sema.o shmem.o timer.o socket.o signal.o security.o error.o
15+
OBJS = shmem.o timer.o socket.o signal.o security.o error.o
1616

1717
all: SUBSYS.o
1818

src/backend/port/win32/sema.c

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)