From: tedu Date: Sun, 28 May 2017 21:13:39 +0000 (+0000) Subject: remove unused macro X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8be17199512b15e2919e44fd51dd7d5bc76780e8;p=openbsd remove unused macro --- 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