summaryrefslogtreecommitdiff
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-13 22:34:12 (GMT)
committer Takeshi Abe <tabe@fixedpoint.jp>2012-08-13 22:37:19 (GMT)
commit65095170ffa3689d60792e0a9d7aa88471b08704 (patch) (side-by-side diff)
tree03bb8820ff7a483035f51a6b6d270d1b5747921b
parent1f224b02c8e9ff9420cec310a3bab567fc653c5f (diff)
downloadcore-65095170ffa3689d60792e0a9d7aa88471b08704.zip
core-65095170ffa3689d60792e0a9d7aa88471b08704.tar.gz
Remove declared but not defined function
Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--basic/source/inc/expr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/inc/expr.hxx b/basic/source/inc/expr.hxx
index fa1dbac..92a67b9 100644
--- a/basic/source/inc/expr.hxx
+++ b/basic/source/inc/expr.hxx
@@ -235,7 +235,6 @@ public:
short GetSize() { return nExpr; }
short GetDims() { return nDim; }
SbiExpression* Get( short );
- sal_Bool Test( const SbiProcDef& ); // parameter checks
void Gen(); // code generation
void addExpression( SbiExpression* pExpr );
};