summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorroot <root@toddy.(none)>2008-12-05 11:15:06 -0500
committerroot <root@toddy.(none)>2008-12-05 11:15:06 -0500
commitb58523345ea01d313672f6896b02b447b6d1d82a (patch)
tree93bdefeeca9c3db69c5d5804ec32524ead923155 /staptree.h
parent3e122bea3dd507d0d355e4dead7fcbd73b72c0d9 (diff)
downloadsystemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.tar.gz
systemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.tar.xz
systemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.zip
PR7051: Remove broken printf %n directive support
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h3
1 files changed, 1 insertions, 2 deletions
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