From 1d5e54c1345799890b7d081fd5209e7f743e67ea Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 24 Jun 2003 14:11:05 +0000 Subject: [PATCH] Remove unused prototypeField variable. --- src/helma/objectmodel/db/DbMapping.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/helma/objectmodel/db/DbMapping.java b/src/helma/objectmodel/db/DbMapping.java index 38ca5824..5448cfdd 100644 --- a/src/helma/objectmodel/db/DbMapping.java +++ b/src/helma/objectmodel/db/DbMapping.java @@ -100,9 +100,6 @@ public final class DbMapping implements Updatable { // dbmapping of parent prototype, if any DbMapping parentMapping; - // db field that specifies the prototype of an object - String prototypeField; - // descriptor for key generation method private String idgen; @@ -175,10 +172,6 @@ public final class DbMapping implements Updatable { tableName = props.getProperty("_table"); idgen = props.getProperty("_idgen"); - // see if there is a field which specifies the prototype of objects, if different prototypes - // can be stored in this table - prototypeField = props.getProperty("_prototypefield"); - dbSourceName = props.getProperty("_db"); if (dbSourceName != null) {