JVM test

Dependencies:   mbed

Revision:
7:2a384a077520
Parent:
6:b9d0d96b052f
Child:
9:4ea7773ea2b0
--- a/pool.h	Mon Aug 26 15:02:07 2013 +0000
+++ b/pool.h	Thu Aug 29 13:31:23 2013 +0000
@@ -42,7 +42,5 @@
 int *pool_alloc(int size);
 int *pool_realloc(int *pointr, int size);
 
-
-
 #endif