From patchwork Tue Aug 6 13:39:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 265056 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B7CFC2C008E for ; Tue, 6 Aug 2013 23:40:17 +1000 (EST) Received: from localhost ([::1]:55551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6hUk-00072D-2X for incoming@patchwork.ozlabs.org; Tue, 06 Aug 2013 09:40:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6hUO-00071M-T7 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 09:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6hUI-0003OE-UA for qemu-devel@nongnu.org; Tue, 06 Aug 2013 09:39:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6hUH-0003Nu-SP for qemu-devel@nongnu.org; Tue, 06 Aug 2013 09:39:46 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r76Ddii3014599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Aug 2013 09:39:44 -0400 Received: from garlic.redhat.com (vpn1-7-38.ams2.redhat.com [10.36.7.38]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r76DdhrB014704 for ; Tue, 6 Aug 2013 09:39:43 -0400 From: Alon Levy To: qemu-devel@nongnu.org Date: Tue, 6 Aug 2013 15:39:12 +0200 Message-Id: <1375796352-30362-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] libcacard/vreader: remove never used define X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Alon Levy --- libcacard/vreader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcacard/vreader.c b/libcacard/vreader.c index 60eb43b..fd1a9ac 100644 --- a/libcacard/vreader.c +++ b/libcacard/vreader.c @@ -21,8 +21,6 @@ #include "vevent.h" #include "cac.h" /* just for debugging defines */ -#define LIBCACARD_LOG_DOMAIN "libcacard" - struct VReaderStruct { int reference_count; VCard *card;