Replace compat::make_unique with std::make_unique
[alexxy/gromacs.git] / src / .clang-tidy
index 20be0b77f7be9e9af9155b8fcabf2578a9e89b0f..88b91c2adde054fe083ae79e92410edf63adb1bb 100644 (file)
@@ -16,10 +16,6 @@ HeaderFilterRegex: .*
 CheckOptions:
   - key:           cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
     value:         1
-  - key:           modernize-make-unique.MakeSmartPtrFunction
-    value:         gmx::compat::make_unique
-  - key:           modernize-make-unique.MakeSmartPtrFunctionHeader
-    value:         gromacs/compat/make_unique.h
   - key:           modernize-make-unique.IncludeStyle
     value:         google
   - key:           modernize-make-shared.IncludeStyle