diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-04-12 19:39:53 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-04-12 19:39:53 +0000 |
commit | e9fb104368ac5aa34d0901b22af01e881237b094 (patch) | |
tree | 24becd70eac8666968a19475418047bf25ab6384 /cpp/src/FreezeScript/Util.h | |
parent | Switched to a single database file with multiple databases (diff) | |
download | ice-e9fb104368ac5aa34d0901b22af01e881237b094.tar.bz2 ice-e9fb104368ac5aa34d0901b22af01e881237b094.tar.xz ice-e9fb104368ac5aa34d0901b22af01e881237b094.zip |
facet fixes for FreezeScript
Diffstat (limited to 'cpp/src/FreezeScript/Util.h')
-rw-r--r-- | cpp/src/FreezeScript/Util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/FreezeScript/Util.h b/cpp/src/FreezeScript/Util.h index e180c775e1f..5822bdf004b 100644 --- a/cpp/src/FreezeScript/Util.h +++ b/cpp/src/FreezeScript/Util.h @@ -57,7 +57,6 @@ private: std::string typeName(const Slice::TypePtr&); std::string typeToString(const Slice::TypePtr&); bool ignoreType(const std::string&); -void createCoreSliceTypes(const Slice::UnitPtr&); void createEvictorSliceTypes(const Slice::UnitPtr&); bool parseSlice(const std::string&, const Slice::UnitPtr&, const std::vector<std::string>&, const std::string&, bool); |