From patchwork Sat Oct 11 19:58:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramsay Jones X-Patchwork-Id: 5069751 Return-Path: X-Original-To: patchwork-linux-sparse@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E54E19F295 for ; Sat, 11 Oct 2014 19:58:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 317FC2017D for ; Sat, 11 Oct 2014 19:58:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7124720160 for ; Sat, 11 Oct 2014 19:58:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbaJKT6R (ORCPT ); Sat, 11 Oct 2014 15:58:17 -0400 Received: from mdfmta004.mxout.tch.inty.net ([91.221.169.45]:46288 "EHLO smtp.demon.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751075AbaJKT6Q (ORCPT ); Sat, 11 Oct 2014 15:58:16 -0400 Received: from mdfmta004.tch.inty.net (unknown [127.0.0.1]) by mdfmta004.tch.inty.net (Postfix) with ESMTP id 7ED19AC40D6; Sat, 11 Oct 2014 20:58:15 +0100 (BST) Received: from mdfmta004.tch.inty.net (unknown [127.0.0.1]) by mdfmta004.tch.inty.net (Postfix) with ESMTP id 3B886AC40BD; Sat, 11 Oct 2014 20:58:15 +0100 (BST) Received: from [10.0.2.15] (unknown [80.176.147.220]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mdfmta004.tch.inty.net (Postfix) with ESMTP; Sat, 11 Oct 2014 20:58:15 +0100 (BST) Message-ID: <54398BD6.6070908@ramsay1.demon.co.uk> Date: Sat, 11 Oct 2014 20:58:14 +0100 From: Ramsay Jones User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Christopher Li CC: Sparse Mailing-list Subject: [PATCH 3/4] parse.c: remove duplicate 'may_alias' ignored_attributes X-MDF-HostID: 17 Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Ramsay Jones --- parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/parse.c b/parse.c index 896420b..b43d683 100644 --- a/parse.c +++ b/parse.c @@ -548,8 +548,6 @@ const char *ignored_attributes[] = { "__l1_data__", "l2", "__l2__", - "may_alias", - "__may_alias__", "malloc", "__malloc__", "may_alias",