summaryrefslogtreecommitdiff
path: root/sharedbook.c
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2010-10-13 23:17:20 +0000
committerTim Terriberry <tterribe@xiph.org>2010-10-13 23:17:20 +0000
commit055a48d42a5779c15345713c09d3631d39698515 (patch)
tree2119e06ede0c01edf1db30cb96ae19032862e52f /sharedbook.c
parent88015f25dc5c29bf2819bfd8f7d2b46ec20dc204 (diff)
downloadtremor-055a48d42a5779c15345713c09d3631d39698515.tar.gz
Back out r17515.
This accidentally contained far more than I meant to commit. git-svn-id: https://svn.xiph.org/trunk/Tremor@17516 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'sharedbook.c')
-rw-r--r--sharedbook.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sharedbook.c b/sharedbook.c
index fe49b10..03c2147 100644
--- a/sharedbook.c
+++ b/sharedbook.c
@@ -129,7 +129,6 @@ ogg_uint32_t *_make_words(long *l,long n,long sparsecount){
but the above tree-gen code doesn't mark that. */
if(sparsecount != 1){
for(i=1;i<33;i++)
- printf("%2li: 0x%08lX\n", i, marker[i] & (0xffffffffUL>>(32-i)));
if(marker[i] & (0xffffffffUL>>(32-i))){
_ogg_free(r);
return(NULL);