From 8be17199512b15e2919e44fd51dd7d5bc76780e8 Mon Sep 17 00:00:00 2001 From: tedu Date: Sun, 28 May 2017 21:13:39 +0000 Subject: [PATCH] remove unused macro --- games/robots/rnd_pos.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games/robots/rnd_pos.c b/games/robots/rnd_pos.c index f2feadc149d..a8247dcea0e 100644 --- a/games/robots/rnd_pos.c +++ b/games/robots/rnd_pos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd_pos.c,v 1.7 2016/01/04 17:33:24 mestre Exp $ */ +/* $OpenBSD: rnd_pos.c,v 1.8 2017/05/28 21:13:39 tedu Exp $ */ /* * Copyright (c) 1980, 1993 @@ -33,8 +33,6 @@ #include "robots.h" -#define IS_SAME(p,y,x) ((p).y != -1 && (p).y == y && (p).x == x) - /* * rnd_pos: * Pick a random, unoccupied position -- 2.20.1