From 24a7948343c712531236d4ec408178382433caa3 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Mon, 13 May 2013 12:20:08 +0200 Subject: - Code cleaning. Eliminating unused code, functions, and variables. modified: storage/connect/catalog.h storage/connect/colblk.cpp storage/connect/colblk.h storage/connect/mycat.cc storage/connect/reldef.cpp storage/connect/tabcol.h storage/connect/tabsys.cpp storage/connect/tabsys.h storage/connect/xobject.h --- storage/connect/xobject.h | 1 - 1 file changed, 1 deletion(-) (limited to 'storage/connect/xobject.h') diff --git a/storage/connect/xobject.h b/storage/connect/xobject.h index c77fb703823..79325f155cf 100644 --- a/storage/connect/xobject.h +++ b/storage/connect/xobject.h @@ -71,7 +71,6 @@ class DllExport XOBJECT : public BLOCK { virtual bool VerifyColumn(PTBX txp) {return false;} virtual bool VerifyTdb(PTDB& tdbp) {return false;} virtual bool IsColInside(PCOL colp) {return false;} - virtual void MarkCol(ushort) {} protected: PVAL Value; // The current value of the object. -- cgit v1.2.1