Skip to content

Commit c83ec00

Browse files
WeiN76LQhWeiN76LQh
authored andcommitted
[SharedCache] Remove commenting out of line from debugging
1 parent 202a792 commit c83ec00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

view/sharedcache/core/SharedCache.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "SharedCache.h"
2828
#include "ObjC.h"
2929
#include <filesystem>
30-
#include <unordered_map>
3130
#include <utility>
3231
#include <fcntl.h>
3332
#include <memory>
@@ -2998,7 +2997,7 @@ bool SharedCache::SaveToDSCView()
29982997
c.m_dyldDataRegions = m_dyldDataRegions;
29992998
c.m_nonImageRegions = m_nonImageRegions;
30002999
c.m_baseFilePath = m_baseFilePath;
3001-
//c.m_exportInfos = m_exportInfos;
3000+
c.m_exportInfos = m_exportInfos;
30023001
c.m_symbolInfos = m_symbolInfos;
30033002
viewStateCache[m_dscView->GetFile()->GetSessionId()] = c;
30043003

0 commit comments

Comments
 (0)