mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[NTFS]
Remove unused parameter from SetAttributeDataLength. svn path=/branches/GSoC_2016/NTFS/; revision=71677
This commit is contained in:
parent
a7a2c0d734
commit
f47efca89f
3 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue