Re: [tcnative] Unused function in src/poll.c

2015-01-08 Thread Rainer Jung
Am 07.01.2015 um 19:00 schrieb Christopher Schultz: All, There is a function in src/poll.c that is completely unused: 450737 mturk static void remove_all(tcn_pollset_t *p) 450737 mturk { 450737 mturk apr_int32_t i; 450737 mturk for (i = 0; i p-nelts; i++) {

[tcnative] Unused function in src/poll.c

2015-01-07 Thread Christopher Schultz
All, There is a function in src/poll.c that is completely unused: 450737 mturk static void remove_all(tcn_pollset_t *p) 450737 mturk { 450737 mturk apr_int32_t i; 450737 mturk for (i = 0; i p-nelts; i++) { 450737 mturk apr_pollset_remove(p-pollset,