[svn:parrot] r38615 - branches/gc_api/include/parrot

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Fri May 8 22:30:01 UTC 2009


Author: whiteknight
Date: Fri May  8 22:30:01 2009
New Revision: 38615
URL: https://trac.parrot.org/parrot/changeset/38615

Log:
[gc_api] remove empty header file gc_pools.c

Deleted:
   branches/gc_api/include/parrot/gc_pools.h

Deleted: branches/gc_api/include/parrot/gc_pools.h
==============================================================================
--- branches/gc_api/include/parrot/gc_pools.h	Fri May  8 22:30:01 2009	(r38614)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,27 +0,0 @@
-/* gc_pools.h
- *  Copyright (C) 2001-2009, Parrot Foundation.
- *  SVN Info
- *     $Id$
- *  Overview:
- *     Handles pool management for GC.
- *  Data Structure and Algorithms:
- *  History:
- *  Notes:
- *  References:
- */
-
-#ifndef PARROT_GC_POOLS_H_GUARD
-#define PARROT_GC_POOLS_H_GUARD
-
-#include "parrot/parrot.h"
-
-
-
-#endif /* PARROT_GC_POOLS_H_GUARD */
-
-/*
- * Local variables:
- *   c-file-style: "parrot"
- * End:
- * vim: expandtab shiftwidth=4:
- */


More information about the parrot-commits mailing list