| Subject: | [svn:parrot] r20823 - trunk/src |
|---|---|
| From: | |
| Date: | Fri, 24 Aug 2007 08:03:27 -0700 PDT |
| Newsgroups: | perl.cvs.parrot |
Author: paultcochrane
Date: Fri Aug 24 08:03:26 2007
New Revision: 20823
Modified:
trunk/src/headers.c
Log:
Removed an unused variable.
Modified: trunk/src/headers.c
==============================================================================
--- trunk/src/headers.c (original)
+++ trunk/src/headers.c Fri Aug 24 08:03:26 2007
@@ -815,8 +815,6 @@
if (i >= dest_arena->num_sized ||
!dest_arena->sized_header_pools[i]) {
- Small_Object_Pool *ignored = make_bufferlike_pool(dest_interp,
- i * sizeof (void *) + sizeof (Buffer));
PARROT_ASSERT(dest_arena->sized_header_pools[i]);
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r20822 - trunk/include/parrot, paultcochrane |
|---|---|
| Next by Date: | [svn:parrot] r20824 - trunk/src, paultcochrane |
| Previous by Thread: | [svn:parrot] r20822 - trunk/include/parrot, paultcochrane |
| Next by Thread: | [svn:parrot] r20824 - trunk/src, paultcochrane |
| Indexes: | [Date] [Thread] [Top] [All Lists] |