mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Remove dead code.
This commit is contained in:
parent
f387929653
commit
0d17d5eaaa
@ -41,12 +41,6 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
static tracy_force_inline uint32_t UnpackFileLine( uint64_t packed, uint32_t& line )
|
|
||||||
{
|
|
||||||
line = packed & 0xFFFFFFFF;
|
|
||||||
return packed >> 32;
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool SourceFileValid( const char* fn, uint64_t olderThan )
|
static bool SourceFileValid( const char* fn, uint64_t olderThan )
|
||||||
{
|
{
|
||||||
struct stat buf;
|
struct stat buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user