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:
Bart Oldeman 2004-02-09 19:35:50 +00:00
parent 0081bfe408
commit f03eba4e15
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{ {