diff options
Diffstat (limited to 'cpp/src/Freeze/EvictorI.cpp')
-rw-r--r-- | cpp/src/Freeze/EvictorI.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/src/Freeze/EvictorI.cpp b/cpp/src/Freeze/EvictorI.cpp index 3eaa91de3d9..e278dd630cc 100644 --- a/cpp/src/Freeze/EvictorI.cpp +++ b/cpp/src/Freeze/EvictorI.cpp @@ -211,14 +211,9 @@ Freeze::EvictorI::locate(const ObjectAdapterPtr& adapter, const Current& current } // - // This should work - but with MSVC for some reason it does not. Re-examine. - // - //ObjectPtr servant = p->second; - ObjectPtr servant = p->second; - - // // Add the new Servant to the evictor queue. // + ObjectPtr servant = p->second; element = add(current.identity, servant); // |