mirror of https://github.com/FDOS/kernel.git
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;
|
||||
|
||||
/* Build a traditional DOS file name */
|
||||
fcb FAR *lpFcb = CommonFcbInit(lpXfcb, SecPathName, &FcbDrive);
|
||||
CommonFcbInit(lpXfcb, SecPathName, &FcbDrive);
|
||||
/* check for a device */
|
||||
if (IsDevice(SecPathName))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue