summaryrefslogtreecommitdiff
path: root/redfish-core/lib
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-12-29 04:04:15 +0300
committerEd Tanous <ed@tanous.net>2023-01-03 20:39:07 +0300
commitd51e39d958a63f01b5cfbbc8e9c54b0694f8c104 (patch)
treed90ff2e1ef0a3d58c0ae85d398c97fef4a3c993a /redfish-core/lib
parente6801eb4a1051001049255f36a9727b03e780749 (diff)
downloadbmcweb-d51e39d958a63f01b5cfbbc8e9c54b0694f8c104.tar.xz
Remove old TODO
This TODO was implemented long ago by DMTF. Remove the comment. Tested: Comment only. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I4b0fc7c6fefa316d1cf824711d542f17a6f1a682
Diffstat (limited to 'redfish-core/lib')
-rw-r--r--redfish-core/lib/certificate_service.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/redfish-core/lib/certificate_service.hpp b/redfish-core/lib/certificate_service.hpp
index 24c84ebb93..8a469649b1 100644
--- a/redfish-core/lib/certificate_service.hpp
+++ b/redfish-core/lib/certificate_service.hpp
@@ -42,11 +42,6 @@ constexpr char const* authorityObjectPath =
* are installed.
*/
-// TODO: Issue#61 No entries are available for Certificate
-// service at https://www.dmtf.org/standards/redfish
-// "redfish standard registries". Need to modify after DMTF
-// publish Privilege details for certificate service
-
inline std::string getCertificateFromReqBody(
const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
const crow::Request& req)