summaryrefslogtreecommitdiff
path: root/toolchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.h')
-rw-r--r--toolchain.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain.h b/toolchain.h
deleted file mode 100644
index d3de9a1..0000000
--- a/toolchain.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- c++ -*-
-#pragma once
-
-#include <string>
-
-enum class Tool
-{
- CCompiler,
- CppCompiler,
- Archiver,
- Linker,
-}
-
-std::string getTool(Tool tool);