diff options
author | Patrick Steinhardt <ps@pks.im> | 2020-02-07 10:51:17 +0100 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2020-02-07 10:52:47 +0100 |
commit | f0f1cd1dae5e7ebf2c631cc297b2b3652eaca170 (patch) | |
tree | 705f3c3457d6fac80293d2ae102165a6e90b9869 /examples/commit.c | |
parent | bd6b1c41575e7cc011798a424b6564569887c293 (diff) | |
download | libgit2-f0f1cd1dae5e7ebf2c631cc297b2b3652eaca170.tar.gz |
sha1_lookup: inline its only function into "pack.c"
The file "sha1_lookup.c" contains a single function `sha1_position`
only which is used only in the packfile implementation. As the function
is comparatively small, to enable the compiler to optimize better and to
remove symbol visibility, move it into "pack.c".
Diffstat (limited to 'examples/commit.c')
0 files changed, 0 insertions, 0 deletions