Skip to content

Commit

Permalink
remove more unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jun 11, 2013
1 parent 92542d0 commit 518415f
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2,248 deletions.
2 changes: 1 addition & 1 deletion llt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc

SRCS = bitvector.c hashing.c socket.c timefuncs.c ptrhash.c utf8.c ios.c \
dirpath.c htable.c bitvector-ops.c int2str.c dump.c random.c \
lltinit.c arraylist.c
lltinit.c
OBJS = $(SRCS:%.c=%.o)
DOBJS = $(SRCS:%.c=%.do)
TARGET = libllt.a
Expand Down
2 changes: 1 addition & 1 deletion llt/Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc

SRCS = bitvector.c hashing.c socket.c timefuncs.c ptrhash.c utf8.c ios.c \
dirpath.c htable.c bitvector-ops.c int2str.c dump.c random.c \
lltinit.c arraylist.c
lltinit.c
OBJS = $(SRCS:%.c=%.o)
DOBJS = $(SRCS:%.c=%.do)
TARGET = libllt.a
Expand Down
69 changes: 0 additions & 69 deletions llt/arraylist.c

This file was deleted.

19 changes: 0 additions & 19 deletions llt/arraylist.h

This file was deleted.

Loading

0 comments on commit 518415f

Please sign in to comment.