]> 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:22 +0000 (21:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2006 21:58:22 +0000 (21:58 +0000)
src/backend/storage/lmgr/s_lock.c

index db94ad7fa481ebfca5a011cf1cad628dae9db23b..7f962144522331e8cb282f94399003b00683affb 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.43 2006/03/05 15:58:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.44 2006/05/11 21:58:22 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:");
 
        /*