fix compiler warning in pfile
This commit is contained in:
parent
935407be51
commit
b0e112a631
1 changed files with 0 additions and 2 deletions
|
@ -258,8 +258,6 @@ static stasis_write_buffer_t *pfile_append_buffer(stasis_handle_t *h,
|
|||
stasis_write_buffer_t *ret = malloc(sizeof(stasis_write_buffer_t));
|
||||
if (!ret) { return NULL; }
|
||||
|
||||
pfile_impl *impl = (pfile_impl*)h->impl;
|
||||
|
||||
// Obtain an appropriate offset
|
||||
off_t off; abort(); // XXX need O_APPEND handle.
|
||||
|
||||
|
|
Loading…
Reference in a new issue