summaryrefslogtreecommitdiff
path: root/src/m/sparc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/sparc.h')
-rw-r--r--src/m/sparc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 39240dcbf5c..6c2c71c4045 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -34,9 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Convert that into an integer that is 100 for a load average of 1.0 */
#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
-/* Mask for address bits within a memory segment */
-#define SEGMENT_MASK (SEGSIZ - 1)
-
#ifdef __arch64__ /* GCC, 64-bit ABI. */
#define BITS_PER_LONG 64