Skip to content

Commit

Permalink
datastore - remove getKind
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Feb 3, 2015
1 parent b5ac99e commit c2ac209
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/datastore/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,21 +592,6 @@ function queryToQueryProto(q) {

module.exports.queryToQueryProto = queryToQueryProto;

/**
* Get a Kind object.
*
* @private
*
* @param {string} namespace - The namespace of the kind.
* @param {string} kind - The Datstore Kind.
* @return {object}
*/
function getKind(namespace, kind) {
return entityMeta[namespace] && entityMeta[namespace][kind];
}

module.exports.getKind = getKind;

/**
* Validate a field.
*
Expand Down

0 comments on commit c2ac209

Please sign in to comment.