libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Clean up obsolete function declarations in C headers #1118

Closed jorio closed 2 years ago

jorio commented 2 years ago

As I was preparing my previous PR, I noticed that many functions declared in C headers aren't implemented or used anywhere.

I suspect these declarations are remnants of previous refactors.

After removing the obsolete declarations, some header files were empty so I deleted those altogether.

jdavid commented 2 years ago

Good catch