Kaydet (Commit) e0cf30f5 authored tarafından August Sodora's avatar August Sodora

Remove unused code

üst 66291199
...@@ -195,11 +195,6 @@ sal_Bool SbiExprNode::IsNumber() ...@@ -195,11 +195,6 @@ sal_Bool SbiExprNode::IsNumber()
return sal_Bool( eNodeType == SbxNUMVAL ); return sal_Bool( eNodeType == SbxNUMVAL );
} }
sal_Bool SbiExprNode::IsString()
{
return sal_Bool( eNodeType == SbxSTRVAL );
}
sal_Bool SbiExprNode::IsVariable() sal_Bool SbiExprNode::IsVariable()
{ {
return sal_Bool( eNodeType == SbxVARVAL ); return sal_Bool( eNodeType == SbxVARVAL );
......
...@@ -122,7 +122,6 @@ class SbiExprNode { // operators (and operands) ...@@ -122,7 +122,6 @@ class SbiExprNode { // operators (and operands)
sal_Bool IsNew() sal_Bool IsNew()
{ return sal_Bool( eNodeType == SbxNEW ); } { return sal_Bool( eNodeType == SbxNEW ); }
sal_Bool IsNumber(); sal_Bool IsNumber();
sal_Bool IsString();
sal_Bool IsLvalue(); // sal_True, if usable as Lvalue sal_Bool IsLvalue(); // sal_True, if usable as Lvalue
void GenElement( SbiOpcode ); void GenElement( SbiOpcode );
void BaseInit( SbiParser* p ); // help function for Ctor, from 17.12.95 void BaseInit( SbiParser* p ); // help function for Ctor, from 17.12.95
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment