From: solar Date: Tue, 9 May 2006 05:12:49 +0000 (+0000) Subject: Removed dead code. (This is in _PDCLIB_config.h now.) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=810b1f181675a644af41c733b6ef788085c0b43c;p=fw%2Fpdclib Removed dead code. (This is in _PDCLIB_config.h now.) git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@192 546481bc-9713-0410-bf18-d3337bbf4a3e --- diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 99b6652..faac079 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -311,18 +311,6 @@ struct _PDCLIB_status_t _PDCLIB_va_list arg; /* argument stack passed to the printf function */ }; -#if 0 - -/* fpos_t, an object type (not an array!) capable of storing any position - information of a file. -*/ -typedef unsigned long long int _PDCLIB_fpos_t; - -/* file descriptor - a type used by the OS to identify a stream */ -typedef int _PDCLIB_fd_t; - -#endif - /* -------------------------------------------------------------------------- */ /* Declaration of helper functions (implemented in functions/_PDCLIB). */ /* -------------------------------------------------------------------------- */