aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/parse_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'libical/examples/parse_text.c')
-rw-r--r--libical/examples/parse_text.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libical/examples/parse_text.c b/libical/examples/parse_text.c
index 6de3e76dd5..b7eba43b8a 100644
--- a/libical/examples/parse_text.c
+++ b/libical/examples/parse_text.c
@@ -56,10 +56,6 @@ void parse_text(int argc, char* argv[])
if (c != 0){
printf("%s",icalcomponent_as_ical_string(c));
- /* Tell the parser that the caller will take ownership of
- this component */
- icalparser_claim(parser);
-
printf("\n---------------\n");
icalcomponent_free(c);