diff options
Diffstat (limited to 'ACE/ace/Dirent.h')
-rw-r--r-- | ACE/ace/Dirent.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/Dirent.h b/ACE/ace/Dirent.h index 1981a32127e..65fe3049bb5 100644 --- a/ACE/ace/Dirent.h +++ b/ACE/ace/Dirent.h @@ -69,14 +69,6 @@ public: */ ACE_DIRENT *read (void); - /** - * Has the equivalent functionality as @c read() except that an - * @a entry and @a result buffer must be supplied by the caller to - * store the result. - */ - int read (struct ACE_DIRENT *entry, - struct ACE_DIRENT **result); - // = Manipulators. /// Returns the current location associated with the directory /// stream. |