X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_c.ml;h=b3928093c2cdc94082f4cb18d09c59716c49107c;hb=b4da051d54a1597c7d8db8880d21a52265a6172e;hp=e6023b840756536202faaff3488292d7cee74913;hpb=163f7df8452f5d7eb47039a98cd97d498528e4d5;p=libguestfs.git diff --git a/generator/generator_c.ml b/generator/generator_c.ml index e6023b8..b392809 100644 --- a/generator/generator_c.ml +++ b/generator/generator_c.ml @@ -254,8 +254,6 @@ I.\n\n" pr "%s\n\n" progress_message; if List.mem ProtocolLimitWarning flags then pr "%s\n\n" protocol_limit_warning; - if List.mem DangerWillRobinson flags then - pr "%s\n\n" danger_will_robinson; if List.exists (function Key _ -> true | _ -> false) (args@optargs) then pr "This function takes a key or passphrase parameter which could contain sensitive material. Read the section