From 498267851d48ee60376dc96411fb8693a5e95a3c Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Wed, 21 Nov 2007 16:55:40 +0100 Subject: remove unneeded e2fslib --- e2fslib/inline.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 e2fslib/inline.c (limited to 'e2fslib/inline.c') diff --git a/e2fslib/inline.c b/e2fslib/inline.c deleted file mode 100644 index 5833b1d..0000000 --- a/e2fslib/inline.c +++ /dev/null @@ -1,32 +0,0 @@ -/* - * inline.c --- Includes the inlined functions defined in the header - * files as standalone functions, in case the application program - * is compiled with inlining turned off. - * - * Copyright (C) 1993, 1994 Theodore Ts'o. - * - * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. - * %End-Header% - */ - - -#include -#include -#if HAVE_UNISTD_H -#include -#endif -#include -#include -#if HAVE_SYS_STAT_H -#include -#endif -#if HAVE_SYS_TYPES_H -#include -#endif - -#include "ext2_fs.h" -#define INCLUDE_INLINE_FUNCS -#include "ext2fs.h" - -- cgit v1.2.3