Remove deprecated/removed clang-tidy key AnalyzeTemporaryDtors (#1614) (#1615)

Co-authored-by: Ben Magistro <[email protected]>
Co-authored-by: Jordan Bayles <[email protected]>
diff --git a/.clang-tidy b/.clang-tidy
index 99e914d..75da717 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,7 +2,6 @@
 Checks:          'google-readability-casting,modernize-deprecated-headers,modernize-loop-convert,modernize-use-auto,modernize-use-default-member-init,modernize-use-using,readability-else-after-return,readability-redundant-member-init,readability-redundant-string-cstr'
 WarningsAsErrors: ''
 HeaderFilterRegex: ''
-AnalyzeTemporaryDtors: false
 FormatStyle:     none
 CheckOptions:
   - key:             modernize-use-using.IgnoreMacros