Skip to content

Commit 17d652f

Browse files
author
Saranya
committed
Removing Unused Variable
1 parent b263f97 commit 17d652f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

reboot-reason-fetcher/src/parodus_log_update.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ int update_parodus_log(const RebootInfo *info)
5959
{
6060
FILE *fp = NULL;
6161
char timestamp[MAX_TIMESTAMP_LENGTH];
62-
char line[MAX_BUFFER_SIZE];
63-
bool logVal = false;
6462
if (!info) {
6563
RDK_LOG(RDK_LOG_ERROR,"LOG.RDK.REBOOTINFO","Invalid parameters for update_parodus_log \n");
6664
return ERROR_GENERAL;

0 commit comments

Comments
 (0)