#156: remove unused function Parrot_find_global_k
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:  whiteknight
     Type:  cage    |      Status:  assigned   
 Priority:  normal  |   Milestone:  1.5        
Component:  core    |     Version:             
 Severity:  medium  |    Keywords:             
     Lang:          |       Patch:             
 Platform:          |  
--------------------+-------------------------------------------------------
Changes (by jkeenan):

 * cc: jkeenan (added)


Comment:

 As a reference, here is where I currently (r39228) find
 `Parrot_find_global_k`:
 {{{
 ./src/global.c:574:=item C<PMC * Parrot_find_global_k(PARROT_INTERP, PMC
 *pmc_key, STRING
 ./src/global.c:592:Parrot_find_global_k(PARROT_INTERP, ARGIN_NULLOK(PMC
 *pmc_key), ARGIN(STRING *globalname))
 ./src/global.c:594:    ASSERT_ARGS(Parrot_find_global_k)
 ./docs/embed.pod:350:=item C<Parrot_PMC
 Parrot_find_global_k(PARROT_INTERP, Parrot_PMC namespace_key,
 Parrot_String name)>
 ./include/parrot/global.h:29:PMC * Parrot_find_global_k(PARROT_INTERP,
 ./include/parrot/global.h:162:#define ASSERT_ARGS_Parrot_find_global_k
 __attribute__unused__ int _ASSERT_ARGS_CHECK = \
 ./DEPRECATED.pod:231:=item Parrot_find_global_k [eligible in 1.5]
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/156#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to