Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 16, 2024
1 parent e356cf2 commit 9ad5eab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/linux/cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ namespace cuda {
if (func.nvFBCBindContext(handle, &params)) {
BOOST_LOG(error) << "Couldn't bind NvFBC context to current thread: " << func.nvFBCGetLastErrorStr(handle);
}


this->handle = handle;
}
Expand All @@ -584,7 +583,6 @@ namespace cuda {
if (func.nvFBCReleaseContext(handle, &params)) {
BOOST_LOG(error) << "Couldn't release NvFBC context from current thread: " << func.nvFBCGetLastErrorStr(handle);
}

}

NVFBC_SESSION_HANDLE handle;
Expand Down

0 comments on commit 9ad5eab

Please sign in to comment.