]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove unnecessary .seg/.section directives, per Alan Stange.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2006 21:58:37 +0000 (21:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2006 21:58:37 +0000 (21:58 +0000)
src/backend/storage/lmgr/s_lock.c

index 398dbd9919bf46d367837b5f1a8b45ce23901afb..8e516e9c4ddf0d7371daa05778e3e7f593a85b2d 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35.4.1 2005/08/26 14:48:13 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35.4.2 2006/05/11 21:58:37 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -217,15 +217,6 @@ static void
 tas_dummy()                                            /* really means: extern int tas(slock_t
                                                                 * *lock); */
 {
-
-#ifdef SUNOS4_CC
-       asm(".seg \"data\"");
-       asm(".seg \"text\"");
-#else
-       asm(".section \"data\"");
-       asm(".section \"text\"");
-#endif
-
        asm("_tas:");
 
        /*