Fix unused functions warnings in instrumentation.c. by benjaminp · Pull Request #103515 · python/cpython
``` clang -c -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I../cpython/Include/internal -IObjects -IInclude -IPython -I. -I../cpython/Include -DPy_BUILD_CORE -o Python/instrumentation.o ../cpython/Python/instrumentation.c ../cpython/Python/instrumentation.c:129:1: warning: unused function 'monitors_equals' [-Wunused-function] monitors_equals(_Py_Monitors a, _Py_Monitors b) ^ ../cpython/Python/instrumentation.c:150:1: warning: unused function 'monitors_and' [-Wunused-function] monitors_and(_Py_Monitors a, _Py_Monitors b) ^ 2 warnings generated. ```
benjaminp
deleted the
monitors-unused-functions
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters