Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
38a10e8a
Unverified
Commit
38a10e8a
authored
Jul 02, 2019
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Jul 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4545 from shuujii/remove-unused-C-header-file-from-src-etc.c
Remove unused C header file from `src/etc.c`
parents
8f19d516
7e3a8b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/etc.c
src/etc.c
+1
-3
No files found.
src/etc.c
View file @
38a10e8a
/*
/*
** etc.c
-
** etc.c
**
**
** See Copyright Notice in mruby.h
** See Copyright Notice in mruby.h
*/
*/
...
@@ -8,8 +8,6 @@
...
@@ -8,8 +8,6 @@
#include <mruby/string.h>
#include <mruby/string.h>
#include <mruby/data.h>
#include <mruby/data.h>
#include <mruby/class.h>
#include <mruby/class.h>
#include <mruby/re.h>
#include <mruby/irep.h>
MRB_API
struct
RData
*
MRB_API
struct
RData
*
mrb_data_object_alloc
(
mrb_state
*
mrb
,
struct
RClass
*
klass
,
void
*
ptr
,
const
mrb_data_type
*
type
)
mrb_data_object_alloc
(
mrb_state
*
mrb
,
struct
RClass
*
klass
,
void
*
ptr
,
const
mrb_data_type
*
type
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment