Remove factory.

This commit is contained in:
Julien Fontanet 2015-02-11 14:39:52 +01:00
parent 097d195f00
commit 72f8854a7a

View File

@ -315,11 +315,3 @@ Xo.prototype.call = function (method, params) {
};
exports.Xo = Xo;
//====================================================================
function createXo(opts) {
return new Xo(opts);
}
exports = module.exports = assign(createXo, module.exports);