generator: Remove DangerWillRobinson.
[libguestfs.git] / generator / generator_java.ml
index 0152bb3..68972bc 100644 (file)
@@ -113,10 +113,6 @@ public class GuestFS {
             doc ^ "\n\n" ^ protocol_limit_warning
           else doc in
         let doc =
-          if List.mem DangerWillRobinson flags then
-            doc ^ "\n\n" ^ danger_will_robinson
-          else doc in
-        let doc =
           match deprecation_notice flags with
           | None -> doc
           | Some txt -> doc ^ "\n\n" ^ txt in