
10 Apr
2014
10 Apr
'14
10 a.m.
On 04/10/14 05:41, Eric Blake wrote:
Finally starting to prune away some of the old fields that have been made redundant by the new fields, on my way towards directly reusing virStorageSource.
* src/util/virstoragefile.h (_virStorageFileMetadata): Drop field. * src/util/virstoragefile.c (virStorageFileGetMetadataInternal) (virStorageFileChainLookup): Adjust callers. * tests/virstoragetest.c (_testFileData, testStorageChain) (mymain): Simplify test.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/util/virstoragefile.c | 5 +---- src/util/virstoragefile.h | 1 - tests/virstoragetest.c | 16 +++------------- 3 files changed, 4 insertions(+), 18 deletions(-)
ACK, Peter