Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss dead code.
  • Loading branch information
jnthn committed Sep 21, 2011
1 parent df4db06 commit e606bec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/binder/bind.c
Expand Up @@ -143,17 +143,6 @@ Rakudo_binding_create_hash(PARROT_INTERP, PMC *storage) {
}


/* Creates a Perl 6 object of the type given by C<classname> */
static PMC *
Rakudo_binding_create(PARROT_INTERP, STRING *classname) {
PMC *ns = Parrot_hll_get_ctx_HLL_namespace(interp);
PMC *class_ns = Parrot_ns_get_namespace_keyed_str(interp, ns, classname);
PMC *class_obj = VTABLE_get_class(interp, class_ns);
PMC *result = VTABLE_instantiate(interp, class_obj, PMCNULL);
return result;
}


static STRING *
Rakudo_binding_arity_fail(PARROT_INTERP, PMC *params, INTVAL num_params,
INTVAL num_pos_args, INTVAL too_many) {
Expand Down

0 comments on commit e606bec

Please sign in to comment.