1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

Remove unnecessary .seg/.section directives, per Alan Stange.

This commit is contained in:
Tom Lane 2006-05-11 21:59:47 +00:00
parent 1d18949563
commit d4ec87c267

View File

@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.16 2003/08/08 21:42:00 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.16.4.1 2006/05/11 21:59:47 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -216,8 +216,6 @@ static void
tas_dummy() /* really means: extern int tas(slock_t
* *lock); */
{
asm(".seg \"data\"");
asm(".seg \"text\"");
asm("_tas:");
/*