mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +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:
parent
7b2279fe8a
commit
c68345c9f5
@ -49,7 +49,6 @@ int ISC_expand_logical(const TEXT*, USHORT, TEXT*);
|
|||||||
int ISC_expand_share(const TEXT*, TEXT*);
|
int ISC_expand_share(const TEXT*, TEXT*);
|
||||||
int ISC_file_lock(SSHORT);
|
int ISC_file_lock(SSHORT);
|
||||||
int ISC_file_unlock(SSHORT);
|
int ISC_file_unlock(SSHORT);
|
||||||
int ISC_strip_filename(TEXT*);
|
|
||||||
bool ISC_verify_database_access(const Firebird::PathName&);
|
bool ISC_verify_database_access(const Firebird::PathName&);
|
||||||
|
|
||||||
#endif // JRD_ISC_FILE_PROTO_H
|
#endif // JRD_ISC_FILE_PROTO_H
|
||||||
|
Loading…
Reference in New Issue
Block a user