Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1260e0

Browse files
committed
Remove unnecessary ifdef in pool.h
1 parent ed0571f commit f1260e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pool.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
#define INCLUDE_pool_h__
99

1010
#include "common.h"
11-
12-
#ifdef GIT_DEBUG_POOL
1311
#include "vector.h"
14-
#endif
1512

1613
typedef struct git_pool_page git_pool_page;
1714

0 commit comments

Comments
 (0)