Skip to content

Commit f3affe5

Browse files
tuzm24yearly-kim
andauthored
Delete unused variable (AcademySoftwareFoundation#83)
- To avoid compile warning, delete pbu_count in oapvd_info(). Signed-off-by: Yangwoo Kim <yearly.kim@samsung.com> Co-authored-by: Yangwoo Kim <yearly.kim@samsung.com>
1 parent 03b2d62 commit f3affe5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/oapv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,6 @@ int oapvd_info(void *au, int au_size, oapv_au_info_t *aui)
20652065
{
20662066
int ret, frm_count = 0;
20672067
u32 cur_read_size = 0;
2068-
int pbu_count = 0;
20692068
oapv_bs_t bs;
20702069

20712070
DUMP_SET(0);
@@ -2122,7 +2121,6 @@ int oapvd_info(void *au, int au_size, oapv_au_info_t *aui)
21222121
}
21232122
aui->num_frms = frm_count;
21242123
cur_read_size += pbu_size + 4; /* 4byte is for pbu_size syntax itself */
2125-
pbu_count++;
21262124
} while(cur_read_size < au_size);
21272125
DUMP_SET(1);
21282126
return OAPV_OK;

0 commit comments

Comments
 (0)