summaryrefslogtreecommitdiff
path: root/py/test/Ice/faultTolerance/Server.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-07-28 15:15:29 +0000
committerBernard Normier <bernard@zeroc.com>2006-07-28 15:15:29 +0000
commita1f32efb16a91eabcedd30f357f702ea7d03b488 (patch)
tree0f5d268f6be5a2909dabf165436776cf21d5018c /py/test/Ice/faultTolerance/Server.py
parentadding RubyUtil (diff)
downloadice-a1f32efb16a91eabcedd30f357f702ea7d03b488.tar.bz2
ice-a1f32efb16a91eabcedd30f357f702ea7d03b488.tar.xz
ice-a1f32efb16a91eabcedd30f357f702ea7d03b488.zip
Removed nonmutating
Diffstat (limited to 'py/test/Ice/faultTolerance/Server.py')
-rw-r--r--py/test/Ice/faultTolerance/Server.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/test/Ice/faultTolerance/Server.py b/py/test/Ice/faultTolerance/Server.py
index 0364727cc7a..f36f9a81d19 100644
--- a/py/test/Ice/faultTolerance/Server.py
+++ b/py/test/Ice/faultTolerance/Server.py
@@ -41,9 +41,6 @@ class TestI(Test.TestIntf):
def idempotentAbort(self, current=None):
os._exit(0)
- def nonmutatingAbort(self, current=None):
- os._exit(0)
-
def pid(self, current=None):
return os.getpid()