diff --git a/src/fspp/utils/OptionalOwnershipPointer.h b/src/fspp/utils/OptionalOwnershipPointer.h index 34123c51..cec10b69 100644 --- a/src/fspp/utils/OptionalOwnershipPointer.h +++ b/src/fspp/utils/OptionalOwnershipPointer.h @@ -7,8 +7,6 @@ namespace fspp { namespace ptr { -//TODO Test cases - template using optional_ownership_ptr = std::unique_ptr>;