Index: src/IceConverter.h |
diff --git a/src/IceConverter.h b/src/IceConverter.h |
index b187357f7c093551f7acda6884d93f21d2fb5054..8903607c461936d92c4965e6b3000abde38cdf02 100644 |
--- a/src/IceConverter.h |
+++ b/src/IceConverter.h |
@@ -32,8 +32,6 @@ public: |
private: |
llvm::Module *Mod; |
- // Converts globals to ICE, and then machine code. |
- void convertGlobals(); |
// Converts functions to ICE, and then machine code. |
void convertFunctions(); |
Converter(const Converter &) LLVM_DELETED_FUNCTION; |