From cdd31057f2ad5c424676587f81462d6b39f7250e Mon Sep 17 00:00:00 2001 From: tnozaki Date: Sun, 30 May 2010 11:36:12 +0000 Subject: [PATCH] remove redundant guard. --- lib/libc/locale/ctype_local.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/libc/locale/ctype_local.h b/lib/libc/locale/ctype_local.h index ff6c61533f22..13d1d0c14540 100644 --- a/lib/libc/locale/ctype_local.h +++ b/lib/libc/locale/ctype_local.h @@ -1,4 +1,4 @@ -/* $NetBSD: ctype_local.h,v 1.2 2010/05/22 18:15:21 tnozaki Exp $ */ +/* $NetBSD: ctype_local.h,v 1.3 2010/05/30 11:36:12 tnozaki Exp $ */ /*- * Copyright (c) 2010 Citrus Project, @@ -40,8 +40,4 @@ extern const unsigned char _C_ctype_[]; extern const short _C_toupper_[]; extern const short _C_tolower_[]; -#endif -#ifndef _CTYPE_LOCAL_H_ -#define _CTYPE_LOCAL_H_ - #endif /*_CTYPE_LOCAL_H_*/