Skip to content

Commit

Permalink
remove unused capabilities.c file
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://anonscm.debian.org/svn/pcsclite/trunk/Drivers/ccid@343 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Aug 27, 2003
1 parent 75f9cf9 commit f4edc58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
30 changes: 0 additions & 30 deletions src/capabilities.c

This file was deleted.

0 comments on commit f4edc58

Please sign in to comment.