summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-03-25 14:55:29 +0000
committerMarc Laukien <marc@zeroc.com>2003-03-25 14:55:29 +0000
commit3a55694282aaa787b276b0c68e1c0445449c2c7f (patch)
treeafa6f91f28f9b576212aa528df84f11b28e36643 /cpp/include/Slice/Parser.h
parentfile ServerTest.ice was initially added on branch slicing. (diff)
downloadice-3a55694282aaa787b276b0c68e1c0445449c2c7f.tar.bz2
ice-3a55694282aaa787b276b0c68e1c0445449c2c7f.tar.xz
ice-3a55694282aaa787b276b0c68e1c0445449c2c7f.zip
dict fix
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 79d31010086..858a4efdbc3 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -678,10 +678,6 @@ protected:
TypePtr _keyType;
TypePtr _valueType;
-
-private:
-
- static bool legalSimpleKeyType(const TypePtr&);
};
// ----------------------------------------------------------------------