From 4b9b70a90e9fbe03bd9676395327655d44813420 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 4 Feb 2023 16:57:28 -0600 Subject: [PATCH] [nostalgia] Remove .trace.json --- .tracy.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .tracy.json diff --git a/.tracy.json b/.tracy.json deleted file mode 100644 index b24509ca..00000000 --- a/.tracy.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "init_functions": [ - { - "bin_path": "dist/linux-x86_64-debug/lib/ox/libOxTraceHook.so", - "function": "oxTraceInitHook", - "ignore_frames": 3 - } - ], - "log_functions": [ - { - "bin_path": "dist/linux-x86_64-debug/lib/ox/libOxTraceHook.so", - "function": "oxTraceHook", - "ignore_frames": 3 - } - ] -}