X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=faac079c3f54dd559eea5b7b28d5b5495f625111;hb=0c42e3886379f3a1f869b0d09f53d4b41073973f;hp=99b6652d44eaafe2cd98824f37a14fb60150fd60;hpb=27196188230fa28fad9e256086428348e8550077;p=pdclib 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). */ /* -------------------------------------------------------------------------- */