Skip to content

Commit a0c67f2

Browse files
committed
[[ SysLibrary ]] Remove libcore library module
This patch removes the MCModule APIs from libcore as they are no longer used.
1 parent fb518fa commit a0c67f2

File tree

3 files changed

+1
-277
lines changed

3 files changed

+1
-277
lines changed

libcore/include/module.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

libcore/libcore.gyp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
'include/atlsubset.h',
2828
'include/core.h',
2929
'include/filesystem.h',
30-
'include/module.h',
3130
'include/thread.h',
3231
'include/thunk.h',
3332

3433
'src/core.cpp',
3534
'src/filesystem.cpp',
36-
'src/module.cpp',
3735
'src/thread.cpp',
3836
'src/thunk.cpp',
3937
],
@@ -72,4 +70,4 @@
7270
},
7371
},
7472
],
75-
}
73+
}

libcore/src/module.cpp

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)