From: John Hodge Date: Tue, 26 Feb 2013 05:51:12 +0000 (+0800) Subject: Modules - Removing uneeded prototypes X-Git-Tag: rel0.15~547 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=f0b5018caef356cda6afa147ddb6917068c62dd7;p=tpg%2Facess2.git Modules - Removing uneeded prototypes --- diff --git a/KernelLand/Modules/Filesystems/InitRD/initrd.h b/KernelLand/Modules/Filesystems/InitRD/initrd.h index 1848613b..3c739fdc 100644 --- a/KernelLand/Modules/Filesystems/InitRD/initrd.h +++ b/KernelLand/Modules/Filesystems/InitRD/initrd.h @@ -13,11 +13,6 @@ typedef struct sInitRD_File } tInitRD_File; -// === Functions === -//extern size_t InitRD_ReadFile(tVFS_Node *Node, off_t Offset, size_t Size, void *Buffer); -//extern int InitRD_ReadDir(tVFS_Node *Node, int ID); -//extern tVFS_Node *InitRD_FindDir(tVFS_Node *Node, const char *Name); - // === Globals === tVFS_NodeType gInitRD_DirType; tVFS_NodeType gInitRD_FileType; diff --git a/KernelLand/Modules/Storage/FDD/fdd.c b/KernelLand/Modules/Storage/FDD/fdd.c index 9cf808d2..90f9396c 100644 --- a/KernelLand/Modules/Storage/FDD/fdd.c +++ b/KernelLand/Modules/Storage/FDD/fdd.c @@ -290,7 +290,6 @@ char *FDD_ReadDir(tVFS_Node *UNUSED(Node), int Pos) } /** - * \fn tVFS_Node *FDD_FindDir(tVFS_Node *Node, const char *filename); * \brief Find File Routine (for vfs_node) */ tVFS_Node *FDD_FindDir(tVFS_Node *UNUSED(Node), const char *Filename)