From 2ce04c4438ca2da88a642700cda9a4bdc4730ac1 Mon Sep 17 00:00:00 2001 From: otto Date: Thu, 17 Apr 2014 19:06:04 +0000 Subject: [PATCH] rm redundant declaration; from Xin Li --- usr.bin/bc/extern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/bc/extern.h b/usr.bin/bc/extern.h index 7095941083b..f2ee2f12079 100644 --- a/usr.bin/bc/extern.h +++ b/usr.bin/bc/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.10 2013/09/19 16:12:01 otto Exp $ */ +/* $OpenBSD: extern.h,v 1.11 2014/04/17 19:06:04 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -46,4 +46,3 @@ extern History *hist; extern HistEvent he; extern char *cmdexpr; extern struct termios ttysaved; -extern bool interactive; -- 2.20.1