Commit 626037b8 authored by Aaron Plattner's avatar Aaron Plattner
Browse files

init_config: remove unused local variable 'ret'


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent af29b18e
......@@ -332,7 +332,6 @@ void init_config(void)
{
FILE *fp;
char buffer[1024];
int ret;
fp = fopen(VDPAU_SYSCONFDIR "/vdpau_wrapper.cfg", "r");
if (!fp) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment