Commit f699d8e4 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Remove gem_empty

parent 0832e26f
......@@ -217,17 +217,9 @@ void
make_init_gems()
{
char *gem_check = { 0 };
int gem_empty;
int gem_c_empty;
int gem_ruby_empty;
/* is there any GEM available? */
gem_check = for_each_gem("", "", "", "", "");
if (strcmp(gem_check, "") == 0)
gem_empty = TRUE;
else
gem_empty = FALSE;
/* is there a C extension available? */
gem_check = for_each_gem("", "", "", "", "src");
if (strcmp(gem_check, "") == 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment