# New Ticket Created by  Mike Mattie 
# Please include the string:  [perl #41903]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41903 >


hello,

forgot to remove a couple of unused variables from Parrot_locate_runtime_str 
that were obsoleted.
this minor patch removes those variables. an oversight.

compile tested.

this the fourth patch in the series. the previous was rt #41902


--- parrot-0.4.9.orig/src/library.c	2007-03-18 23:56:45.000000000 -0700
+++ parrot-0.4.9.test/src/library.c	2007-03-18 23:55:27.000000000 -0700
@@ -284,7 +284,7 @@
 Parrot_locate_runtime_file_str(Interp *interp, STRING *file,
         enum_runtime_ft type)
 {
-    STRING *prefix, *path, *full_name, *slash, *test;
+    STRING *prefix, *path, *full_name;
     INTVAL i, n;
     PMC *paths;
 

Attachment: signature.asc
Description: PGP signature

Reply via email to