pipeline: remove print_pipeline()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jan 2014 11:02:56 +0000 (12:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jan 2014 11:04:14 +0000 (12:04 +0100)
commit231b23acbba2d40265db8843853cc93ab1da2b9b
tree1ceb0637caae00111505a3ceb347d216eda51b1b
parent3529162405fdf867c345c651a238fd8072abfb23
pipeline: remove print_pipeline()

This is a debug function only and serves no purpose in production code,
it only slows things down. I left the code #ifdef'ed for possible future
pipeline debugging.

Also, this was a global function without proper namespace usage.

Reported-by: He Qin
Bug: http://curl.haxx.se/bug/view.cgi?id=1320
lib/pipeline.c
lib/pipeline.h