remove row.js file (not used as of now)

This commit is contained in:
Brian Carlson 2010-12-13 17:24:23 -06:00
parent 0e03b875af
commit 1c8c8c971e

View File

@ -1,8 +0,0 @@
var sys = require('sys');
var Row = function() {
};
var p = Row.prototype;
module.exports = Row;