diff --git a/src/libimcv/tcg/pts/pts.h b/src/libimcv/tcg/pts/pts.h index 7c14f4193..462b8e21d 100644 --- a/src/libimcv/tcg/pts/pts.h +++ b/src/libimcv/tcg/pts/pts.h @@ -32,14 +32,6 @@ typedef struct pts_t pts_t; typedef struct measurement_req_entry_t measurement_req_entry_t; typedef struct file_meas_entry_t file_meas_entry_t; -/** - * Struct to hold file or directory name with the request ID for Request File Measurement attribute - */ -struct measurement_req_entry_t { - char *path; - u_int16_t request_id; -}; - /** * File Measurement entry */