Revert "[lldb] Send e-mails on failure"

Looks like e-mails are still broken, but now Jenkins is complaining
about the pipeline syntax.

git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@371142 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake b/zorg/jenkins/jobs/jobs/lldb-cmake
index 2fa15f7..656c67a 100644
--- a/zorg/jenkins/jobs/jobs/lldb-cmake
+++ b/zorg/jenkins/jobs/jobs/lldb-cmake
@@ -81,19 +81,5 @@
             scanForIssues tool: clang()
             junit 'test/results.xml'
         }
-        failure {
-            emailext
-            subject: '$DEFAULT_SUBJECT',
-            presendScript: '$DEFAULT_PRESEND_SCRIPT',
-            postsendScript: '$DEFAULT_POSTSEND_SCRIPT',
-            recipientProviders: [
-                    [$class: 'CulpritsRecipientProvider'],
-                    [$class: 'DevelopersRecipientProvider'],
-                    [$class: 'RequesterRecipientProvider'],
-            ],
-            replyTo: '$DEFAULT_REPLYTO',
-            to: 'jdevlieghere@apple.com', // $DEFAULT_RECIPIENTS
-            body:'$DEFAULT_CONTENT'
-        }
     }
 }