From f4edc5831130225e28e01337e90be3cbceda88c8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 27 Aug 2003 06:53:56 +0000 Subject: [PATCH] remove unused capabilities.c file git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/Drivers/ccid@343 0ce88b0d-b2fd-0310-8134-9614164e65ea --- MANIFEST | 1 - src/Makefile | 2 +- src/capabilities.c | 30 ------------------------------ 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 src/capabilities.c diff --git a/MANIFEST b/MANIFEST index 666b2238..d3c570bf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -12,7 +12,6 @@ readers/LTC31.txt readers/SCR331.txt readers/SCR335.txt README -src/capabilities.c src/ccid_usb.c src/ccid_usb.h src/check diff --git a/src/Makefile b/src/Makefile index b3414b32..9adca767 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,7 +41,7 @@ endif # /home/rousseau/sc/pcsc/ccid-0.5.10 -> 0.5.10 version=$(shell expr `pwd` : '.*-\([0-9.]*\)') -objects = capabilities.o commands.o debug.o ifdhandler.o ccid_usb.o utils.o +objects = commands.o debug.o ifdhandler.o ccid_usb.o utils.o parse_objects = parse.o sources = $(objects:%.o=%.c) $(parse_objects:%.o=%.c) diff --git a/src/capabilities.c b/src/capabilities.c deleted file mode 100644 index 6c2c6051..00000000 --- a/src/capabilities.c +++ /dev/null @@ -1,30 +0,0 @@ -/* - capabilities.c: Get and print the capabilities of a USB CCID reader - Copyright (C) 2003 Ludovic Rousseau - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ - -/* - * $Id$ - */ - -#include "pcscdefines.h" - -int ccid_parse_inteface_descriptor(DWORD Channel) -{ - return 0; -} /* ccid_parse_inteface_descriptor */ -