diff options
| author | daurnimator <quae@daurnimator.com> | 2020-02-11 23:04:19 +1100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-03-06 18:49:13 -0500 |
| commit | 1cbf352cfbe55bd81d05543dc95370b496dccc6f (patch) | |
| tree | b7962b2861f641bbfdc57bb87db74530dbdd2bda /build.zig | |
| parent | 5c0d6ef5ec0fa31da15be1fd579c9f70e4cef7dd (diff) | |
| download | zig-1cbf352cfbe55bd81d05543dc95370b496dccc6f.tar.gz zig-1cbf352cfbe55bd81d05543dc95370b496dccc6f.zip | |
Remove unused std.Buffer imports
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ const BufMap = std.BufMap; const warn = std.debug.warn; const mem = std.mem; const ArrayList = std.ArrayList; -const Buffer = std.Buffer; const io = std.io; const fs = std.fs; const InstallDirectoryOptions = std.build.InstallDirectoryOptions; |
