mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove some unused code.
This commit is contained in:
@@ -27,17 +27,7 @@ Contains 32-bit OS/2 code
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#define INCL_DOSMISC
|
||||
#define INCL_DOSFILEMGR
|
||||
|
||||
#include <os2.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../os2.h"
|
||||
#include "include/consts.h"
|
||||
#include "include/defs.h"
|
||||
#include "../../include/defs.h"
|
||||
|
||||
void ExtendedAttributes(const char* path)
|
||||
{ /* TODO: Implement */
|
||||
|
||||
@@ -86,7 +86,7 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#define __os2_chdir(path) DosSetCurrentDir(path)
|
||||
#define __os2_mkdir(path) DosCreateDir(path, NULL)
|
||||
#define __os2_delete(path) DosDelete(path);
|
||||
#define __os2_delete(path) DosDelete(path)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user