From c68345c9f5d8ace3c14fb2a456b7f9337a7cdca6 Mon Sep 17 00:00:00 2001 From: robocop Date: Sun, 3 Oct 2004 09:48:53 +0000 Subject: [PATCH] Shortly after I committed, I noticed that ISC_strip_filename() is only declared but not defined anywhere. Deleted it. --- src/jrd/isc_f_proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jrd/isc_f_proto.h b/src/jrd/isc_f_proto.h index 24f3cdb38b..3fc79a6fa5 100644 --- a/src/jrd/isc_f_proto.h +++ b/src/jrd/isc_f_proto.h @@ -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