changeset 355:5016bf56e5d8

Delete commented out code.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Feb 2016 09:26:31 +0200
parents e96015ed35d0
children d7f43fce0dce
files th_string.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Thu Feb 25 09:24:08 2016 +0200
+++ b/th_string.c	Thu Feb 25 09:26:31 2016 +0200
@@ -167,11 +167,6 @@
 #include "th_printf1.c"
 
 
-//#define TH_PFUNC_NAME th_printf_vput_size_t
-//#define TH_PFUNC_TYPE_U size_t
-//#include "th_printf1.c"
-
-
 static int th_printf_vput_int(th_printf_ctx *ctx, th_printf_vputch vputch,
     va_list ap, const int f_radix, int f_flags, int f_width, int f_prec,
     const BOOL f_unsig, char *(f_alt)(const int flags))