summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src')
-rw-r--r--dev/LibCompiler/src/Cl/CPlusPlusCompilerAMD64.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/LibCompiler/src/Cl/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/Cl/CPlusPlusCompilerAMD64.cc
index 993b7f6..856bc64 100644
--- a/dev/LibCompiler/src/Cl/CPlusPlusCompilerAMD64.cc
+++ b/dev/LibCompiler/src/Cl/CPlusPlusCompilerAMD64.cc
@@ -904,10 +904,6 @@ LIBCOMPILER_MODULE(CompilerCPlusPlusAMD64) {
delete kCompilerFrontend;
kCompilerFrontend = nullptr;
- kRegisterMap.shrink_to_fit();
- kKeywords.shrink_to_fit();
- kOriginMap.shrink_to_fit();
-
return LIBCOMPILER_SUCCESS;
}