removed unnecessary grub_test_* wrappers

This commit is contained in:
BVK Chaitanya 2010-01-14 17:17:51 +05:30
parent 4d362fde58
commit 0b8891c276
5 changed files with 48 additions and 104 deletions

View file

@ -64,12 +64,4 @@ void grub_test_nonzero (int cond, const char *file,
grub_test_unregister (name); \
}
/* Functions that are defined differently for unit and functional tests. */
void *grub_test_malloc (grub_size_t size);
void grub_test_free (void *ptr);
char *grub_test_strdup (const char *str);
int grub_test_vsprintf (char *str, const char *fmt, va_list args);
int grub_test_printf (const char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));
#endif /* ! GRUB_TEST_HEADER */