summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgcache.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-09-19 13:23:59 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-19 14:58:02 +0100
commit3b3d738c167c04541fd16022ef7221cedd1e3b66 (patch)
tree07b41ce6043feb3c66a80ee996ef2898f467e2f2 /sot/source/sdstor/stgcache.cxx
parent045227f10568d3ef64d8e1066c027fc86d576733 (diff)
sot: remove unused Owner construct on StgPage
Change-Id: Idd6616ac11e16b4c4631c607a3dc92417a796521
Diffstat (limited to 'sot/source/sdstor/stgcache.cxx')
-rw-r--r--sot/source/sdstor/stgcache.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index cf6f8cbaf699..fc2c8778e5d8 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -70,7 +70,6 @@ StgPage::StgPage( StgCache* p, short n )
pNext2 =
pLast1 =
pLast2 = NULL;
- pOwner = NULL;
}
StgPage::~StgPage()