mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-27 07:44:09 +02:00
Remove unused variable lpFcb.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@779 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
0081bfe408
commit
f03eba4e15
@ -477,7 +477,7 @@ UBYTE FcbDelete(xfcb FAR * lpXfcb)
|
|||||||
void FAR *lpOldDta = dta;
|
void FAR *lpOldDta = dta;
|
||||||
|
|
||||||
/* Build a traditional DOS file name */
|
/* Build a traditional DOS file name */
|
||||||
fcb FAR *lpFcb = CommonFcbInit(lpXfcb, SecPathName, &FcbDrive);
|
CommonFcbInit(lpXfcb, SecPathName, &FcbDrive);
|
||||||
/* check for a device */
|
/* check for a device */
|
||||||
if (IsDevice(SecPathName))
|
if (IsDevice(SecPathName))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user