From: Heng Li Date: Fri, 23 Sep 2011 04:05:20 +0000 (-0400) Subject: remove ksprintf_fast() X-Git-Tag: spawn-final~86 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=9e9bda1f081e4db164d9c99ef2d473498e31220e;p=klib.git remove ksprintf_fast() --- 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