Remove unused parameter from SetAttributeDataLength.

svn path=/branches/GSoC_2016/NTFS/; revision=71677
This commit is contained in:
Trevor Thompson 2016-06-26 17:03:31 +00:00 committed by Thomas Faber
parent a7a2c0d734
commit f47efca89f
3 changed files with 1 additions and 3 deletions

View file

@ -177,7 +177,6 @@ SetAttributeDataLength(PFILE_OBJECT FileObject,
PNTFS_ATTR_CONTEXT AttrContext,
ULONG AttrOffset,
PFILE_RECORD_HEADER FileRecord,
PDEVICE_EXTENSION DeviceExt,
PLARGE_INTEGER DataSize)
{
if (AttrContext->Record.IsNonResident)