diff --git a/README.md b/README.md index b7bed2cdd298555078b79fd3250801ff77cd5cd2..797659f2ecff5539e258837a81441446f3e2cbe3 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,6 @@ fn handler() void { } ``` -`@src()` values are sometimes absolute paths so backends may use this value to trim it to only log relative paths - -```zig -exe_options.addOption(usize, "src_file_trimlen", std.fs.path.dirname(std.fs.path.dirname(@src().file).?).?.len); -``` - ## Backends - `none` this is the default and causes tracing calls to become a no-op so that `tracer` can be added to libraries transparently