diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index d76972f32f0..333aa7f34a0 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -278,23 +278,6 @@ ServerEntry::updateRevision(int revision) assert(false); } } - - // - // TODO: XXX: Also update the revision on the node is the server - // is loaded? That's not strictly necessary... (and doing this - // here might not be a good idea since this is called with the - // database locked.) - // -// if(proxy) -// { -// try -// { -// proxy->updateRevision(uuid, revision); -// } -// catch(const Ice::LocalException&) -// { -// } -// } } void |