summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-15 12:15:25 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-15 12:15:25 +0000
commit4947b6439a8c64150c3d2c91e0fd1f783aa08322 (patch)
tree312a3c60423492561507bf84afec0250d1440604 /cpp/src/IceGrid/ServerCache.cpp
parentfix Makefile. (diff)
downloadice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.tar.bz2
ice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.tar.xz
ice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.zip
Code cleanup
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r--cpp/src/IceGrid/ServerCache.cpp17
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