Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions src/utilities/install/services.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,21 +558,3 @@ USHORT SERVICES_grant_access_rights(const char* service_name, const TEXT* accoun

return FB_SUCCESS;
}

//
// Until the fb_assert could be converted to a function/object linked with each module
// we need this ugly workaround.
//
extern "C" void API_ROUTINE gds__log(const TEXT* text, ...)
{
va_list ptr;

va_start(ptr, text);
vprintf(text, ptr);
va_end(ptr);
printf("\n\n");
}

//
// EOF
//
Loading