summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 15:38:53 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 15:39:01 +0100
commit9a5e21b2080b0f4b2096d7e661346b49aeb39a66 (patch)
treeec75d11900176f337f017af4729280d3950d248a /soltools/giparser
parentCLang++ Dead increment (diff)
downloadcore-9a5e21b2080b0f4b2096d7e661346b49aeb39a66.tar.gz
core-9a5e21b2080b0f4b2096d7e661346b49aeb39a66.zip
remove non-compiled code
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/st_gilrw.cxx72
1 files changed, 0 insertions, 72 deletions
diff --git a/soltools/giparser/st_gilrw.cxx b/soltools/giparser/st_gilrw.cxx
index b0eb37db1d4e..bc03cf4cc5f0 100644
--- a/soltools/giparser/st_gilrw.cxx
+++ b/soltools/giparser/st_gilrw.cxx
@@ -107,76 +107,4 @@ ST_InfoListReader::CloseList()
aListStack.pop_back();
}
-
-#if 0
-ST_InfoListWriter::ST_InfoListWriter()
-{
-
-}
-
-ST_InfoListWriter::~ST_InfoListWriter()
-
-bool
-ST_InfoListWriter::SaveList( const Simstr & i_sFileName,
- List_GenericInfo & io_rList )
-{
-
-}
-
-E_Error
-ST_InfoListWriter::GetLastError() const
-{
- return dpParser->GetLastError(o_pErrorLine);
-}
-
-bool
-ST_InfoListWriter::Start_CurList()
-{
-
-}
-
-bool
-ST_InfoListWriter::NextOf_CurList()
-{
-
-}
-
-void
-ST_InfoListWriter::Get_CurKey( char * o_rKey ) const
-{
-
-}
-
-void
-ST_InfoListWriter::Get_CurValue( char * o_rValue ) const
-{
-
-}
-
-void
-ST_InfoListWriter::Get_CurComment( char * o_rComment ) const
-{
-
-}
-
-bool
-ST_InfoListWriter::HasSubList_CurKey() const
-{
-
-}
-
-void
-ST_InfoListWriter::Push_CurList()
-{
-
-}
-
-void
-ST_InfoListWriter::Pop_CurList()
-{
-
-}
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */