aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-09-10 17:30:45 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-09-10 17:30:45 -0400
commit5ee5933ade09c535bd1806d91cb606f49d07acea (patch)
treef53711be331f0b2249d8c008aba7b1ca1e22eea9 /src/all_types.hpp
parent32be6e9b2a9e6de501aadbe271c554a4682a10f8 (diff)
downloadzig-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.hpp2
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;