8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Shortly after I committed, I noticed that ISC_strip_filename() is only declared but not defined anywhere. Deleted it.

This commit is contained in:
robocop 2004-10-03 09:48:53 +00:00
parent 7b2279fe8a
commit c68345c9f5

View File

@ -49,7 +49,6 @@ int ISC_expand_logical(const TEXT*, USHORT, TEXT*);
int ISC_expand_share(const TEXT*, TEXT*);
int ISC_file_lock(SSHORT);
int ISC_file_unlock(SSHORT);
int ISC_strip_filename(TEXT*);
bool ISC_verify_database_access(const Firebird::PathName&);
#endif // JRD_ISC_FILE_PROTO_H