From 7f990cfc116c381be498600e0241e54d1a231f86 Mon Sep 17 00:00:00 2001
From: Tim Rupp <caphrim007@gmail.com>
Date: Tue, 28 Aug 2018 10:50:10 -0700
Subject: [PATCH] Removes invalid example (#44778)

The example included is currently invalid because the referenced
module is not in the upstream code.
---
 .../network/f5/bigip_firewall_dos_profile.py  | 26 -------------------
 1 file changed, 26 deletions(-)

diff --git a/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py b/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
index 014874150e4..a3580706fa3 100644
--- a/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
+++ b/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
@@ -73,32 +73,6 @@ EXAMPLES = r'''
       server: lb.mydomain.com
       user: admin
   delegate_to: localhost
-
-- name: Set vectors of DoS profile
-  bigip_firewall_dos_profile_vector:
-    name: "{{ item }}"
-    rate_increase: 100
-    rate_limit: infinite
-    rate_threshold: 120000
-    provider:
-      password: secret
-      server: lb.mydomain.com
-      user: admin
-  loop:
-    - a
-    - aaaa
-    - any
-    - axfr
-    - cname
-    - ixfr
-    - mx
-    - ns
-    - other
-    - ptr
-    - soa
-    - srv
-    - txt
-  delegate_to: localhost
 '''
 
 RETURN = r'''