Remove unused length return variables on doHeaderUnload()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 24 May 2011 12:38:33 +0000 (15:38 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 24 May 2011 12:38:33 +0000 (15:38 +0300)
commit9adb2d3fccc6a85eb37f7b9709ca4028fce636e8
treeceda1c3554a0b7f668521414c61877347cd88947
parentb5d54b35d4bc2745b73f4b75bdebed36abce7ed1
Remove unused length return variables on doHeaderUnload()
- doHeaderUnload() is safe to call with NULL lengthPtr, the length
  is only of interest to headerRead() and headerWrite()
lib/header.c