diff options
author | Marc Laukien <marc@zeroc.com> | 2003-03-25 14:55:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-03-25 14:55:29 +0000 |
commit | 3a55694282aaa787b276b0c68e1c0445449c2c7f (patch) | |
tree | afa6f91f28f9b576212aa528df84f11b28e36643 /cpp/include/Slice/Parser.h | |
parent | file ServerTest.ice was initially added on branch slicing. (diff) | |
download | ice-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.h | 4 |
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&); }; // ---------------------------------------------------------------------- |