From b58523345ea01d313672f6896b02b447b6d1d82a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Dec 2008 11:15:06 -0500 Subject: PR7051: Remove broken printf %n directive support --- staptree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'staptree.h') diff --git a/staptree.h b/staptree.h index 40be8e05..069c9bcc 100644 --- a/staptree.h +++ b/staptree.h @@ -290,8 +290,7 @@ struct print_format: public expression conv_char, conv_memory, conv_literal, - conv_binary, - conv_size + conv_binary }; enum width_type -- cgit