Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-25696] Remove unused variables in lock_manager.c #5670

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

InChiJun
Copy link

@InChiJun InChiJun commented Dec 4, 2024

http://jira.cubrid.org/browse/CBRD-25696

Purpose

  • lock_manager.c 파일에 선언 및 할당만 되고 사용되지 않는 변수가 존재한다.
  • 이를 정리하기 위해 해당 변수를 제거한다.

Implementation

  • 불필요하게 선언된 변수 제거
    • 제거된 변수가 존재하는 함수: lock_internal_perform_lock_object(), lock_object(), lock_subclass(), lock_scan(), lock_classes_lock_hint()

Remarks

  • N/A

@InChiJun InChiJun self-assigned this Dec 4, 2024
@InChiJun InChiJun requested a review from hornetmj as a code owner December 4, 2024 07:04
@InChiJun InChiJun marked this pull request as draft December 4, 2024 07:06
@InChiJun InChiJun requested review from H2SU and YeunjunLee December 4, 2024 07:06
@InChiJun InChiJun marked this pull request as ready for review December 4, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants