Index: Process.cpp =================================================================== --- Process.cpp (revision 26) +++ Process.cpp (working copy) @@ -122,9 +122,7 @@ * to true here which will cause us to never read shared lib info * from the kernel */ - m_loadedLibs(offline), - m_samples(1), - m_callchainMap(1) + m_loadedLibs(offline) { } @@ -138,9 +136,7 @@ * to true here which will cause us to never read shared lib info * from the kernel */ - m_loadedLibs(offline), - m_samples(1), - m_callchainMap(1) + m_loadedLibs(offline) { } @@ -154,9 +150,7 @@ * to true here which will cause us to never read shared lib info * from the kernel */ - m_loadedLibs(offline), - m_samples(1), - m_callchainMap(1) + m_loadedLibs(offline) { }