From 9e43503ced2e27ec0c1f449d7411104f1c79c81a Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 28 Jun 2005 10:08:18 +0000 Subject: [PATCH] Remove setDbMapping() which is never used and might be hazardous if it was. --- src/helma/framework/core/Prototype.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/helma/framework/core/Prototype.java b/src/helma/framework/core/Prototype.java index a561a61b..db03f792 100644 --- a/src/helma/framework/core/Prototype.java +++ b/src/helma/framework/core/Prototype.java @@ -294,13 +294,6 @@ public final class Prototype { } } - /** - * Set the DbMapping associated with this prototype - */ - protected void setDbMapping(DbMapping dbmap) { - this.dbmap = dbmap; - } - /** * Get the DbMapping associated with this prototype */