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

index 3330c48a877dd3797ab0e14990e47bdb6969eeea..8e1791db71eb9d55425d91c6368b4494abaf185d 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.40.2.1 2005/11/22 18:23:19 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.40.2.2 2006/05/11 21:58:29 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -291,15 +291,6 @@ static void
 tas_dummy()                                            /* really means: extern int tas(slock_t
                                                                 * *lock); */
 {
-
-#ifdef SUNOS_CC
-       asm(".seg \"data\"");
-       asm(".seg \"text\"");
-#else
-       asm(".section \"data\"");
-       asm(".section \"text\"");
-#endif
-
        asm("_tas:");
 
        /*