| Index: src/IceCfg.h | 
| diff --git a/src/IceCfg.h b/src/IceCfg.h | 
| index f9682e08bb256a300159b9d8ab9e3c72af9954dd..0e4c29c2586a2a365d1b6aa2dafe22d71905c9f3 100644 | 
| --- a/src/IceCfg.h | 
| +++ b/src/IceCfg.h | 
| @@ -275,9 +275,6 @@ private: | 
| createBlockProfilingInfoDeclaration(const std::string &NodeAsmName, | 
| VariableDeclaration *NodeNameDeclaration); | 
|  | 
| -  /// Delete registered jump table placeholder instructions. This should only be | 
| -  /// called once all repointing has taken place. | 
| -  void deleteJumpTableInsts(); | 
| /// Iterate through the registered jump tables and emit them. | 
| void emitJumpTables(); | 
|  | 
|  |