mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove src directory (Fix #2)
This gem does not have c implementation, so remove src directory.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
/*
|
||||
** mrb_set.c - Set class
|
||||
**
|
||||
** Copyright (c) yui-knk 2014
|
||||
**
|
||||
** See Copyright Notice in LICENSE
|
||||
*/
|
||||
|
||||
#include "mruby.h"
|
||||
|
||||
void mrb_mruby_set_gem_init(mrb_state *mrb)
|
||||
{
|
||||
}
|
||||
|
||||
void mrb_mruby_set_gem_final(mrb_state *mrb)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
/*
|
||||
** mrb_set.h - Set class
|
||||
**
|
||||
** See Copyright Notice in LICENSE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user