From 9e9bda1f081e4db164d9c99ef2d473498e31220e Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 23 Sep 2011 00:05:20 -0400 Subject: [PATCH] remove ksprintf_fast() --- test/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index c48236f..e8af9a6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,8 +3,7 @@ CXX=g++ CFLAGS=-g -Wall -O2 -I.. CXXFLAGS=$(CFLAGS) PROGS=kbtree_test khash_keith khash_keith2 khash_test klist_test kseq_test kseq_bench \ - kseq_bench2 ksort_test ksort_test-stl kvec_test kmin_test kstring_bench kstring_bench2 \ - kstring_sprintf + kseq_bench2 ksort_test ksort_test-stl kvec_test kmin_test kstring_bench kstring_bench2 all:$(PROGS) @@ -53,5 +52,3 @@ kstring_bench:kstring_bench.c ../kstring.h ../kstring.c kstring_bench2:kstring_bench2.c ../kstring.h ../kstring.c $(CC) $(CFLAGS) -o $@ kstring_bench2.c ../kstring.c -kstring_sprintf:kstring_sprintf.cc ../kstring.h ../kstring.c - $(CXX) $(CXXFLAGS) -o $@ kstring_sprintf.cc ../kstring.c -- 2.47.3