Remove unused origin from header
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 16 Jan 2024 06:20:01 +0000 (15:20 +0900)
committer이동선/Security&Privacy팀(SR)/삼성전자 <ds73.lee@samsung.com>
Tue, 16 Jan 2024 06:22:00 +0000 (15:22 +0900)
include/webauthn-types.h

index b0d9319..79a4762 100644 (file)
@@ -213,18 +213,6 @@ typedef struct __wauthn_authenticator_assertion_response {
 } wauthn_authenticator_assertion_response_s;
 
 /**
- * @brief The structure for an origin.
- * @since_tizen 9.0
- * @remarks https://html.spec.whatwg.org/multipage/browsers.html#concept-origin
- */
-typedef struct __wauthn_origin {
-    char *scheme;
-    char *host;
-    unsigned short port;
-    char *domain;
-} wauthn_origin_s;
-
-/**
  * @brief The structure for a RP entity.
  * @since_tizen 9.0
  */