From add44e03d1bf488b8342d844a181698d900b3ee1 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 20 Feb 2008 04:10:34 +0000 Subject: Remove unused swap() macro. --- monop/monop.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'monop') diff --git a/monop/monop.h b/monop/monop.h index 56ca6c49..19ad1310 100644 --- a/monop/monop.h +++ b/monop/monop.h @@ -1,4 +1,4 @@ -/* $NetBSD: monop.h,v 1.13 2008/02/19 09:25:21 dholland Exp $ */ +/* $NetBSD: monop.h,v 1.14 2008/02/20 04:10:34 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -66,11 +66,6 @@ #define lucky(str) printf("%s%s\n",str,lucky_mes[roll(1,num_luck)-1]) #define printline() printf("------------------------------\n") #define sqnum(sqp) (sqp - board) -#define swap(A1,A2) if ((A1) != (A2)) { \ - (A1) ^= (A2); \ - (A2) ^= (A1); \ - (A1) ^= (A2); \ - } struct sqr_st { /* structure for square */ const char *name; /* place name */ -- cgit v1.2.3-56-ge451