aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/beos/shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/beos/shm.c')
-rw-r--r--src/backend/port/beos/shm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/port/beos/shm.c b/src/backend/port/beos/shm.c
index 56e44d38535..7903ce74ad9 100644
--- a/src/backend/port/beos/shm.c
+++ b/src/backend/port/beos/shm.c
@@ -48,7 +48,6 @@ shmat(int memId, int m1, int m2)
if (ainfo.team == teinfo.team)
{
-
/*
* the area is already in our address space, just return the
* address
@@ -57,7 +56,6 @@ shmat(int memId, int m1, int m2)
}
else
{
-
/*
* the area is not in our address space, clone it before and
* return the address