diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-10 17:30:45 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-10 17:30:45 -0400 |
| commit | 5ee5933ade09c535bd1806d91cb606f49d07acea (patch) | |
| tree | f53711be331f0b2249d8c008aba7b1ca1e22eea9 /src/all_types.hpp | |
| parent | 32be6e9b2a9e6de501aadbe271c554a4682a10f8 (diff) | |
| download | zig-5ee5933ade09c535bd1806d91cb606f49d07acea.tar.gz zig-5ee5933ade09c535bd1806d91cb606f49d07acea.zip | |
stage1 caching: zig no longer uses zig-cache
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index 6d11244a25..4a15162076 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1671,7 +1671,6 @@ struct CodeGen { Buf triple_str; Buf global_asm; Buf *out_h_path; - Buf cache_dir; Buf artifact_dir; Buf output_file_path; Buf o_file_output_path; @@ -1731,7 +1730,6 @@ struct CodeGen { ZigList<Buf *> assembly_files; ZigList<const char *> lib_dirs; - Buf *compiler_id; size_t version_major; size_t version_minor; size_t version_patch; |
