MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / unlink

Method unlink

src/common/classes/TempFile.cpp:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389//
390
391void TempFile::unlink()
392{
393#if defined(WIN_NT)
394 doUnlink = true;
395#else
396 ::unlink(filename.c_str());
397#endif
398}
399
400} // namespace Firebird

Callers

nothing calls this directly

Calls 2

unlinkFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected