projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bcad2
)
remove _NSConcreteStackBlock as we don't use defer{} any more
author
Robert Swiecki
<robert@swiecki.net>
Mon, 20 Nov 2017 16:03:06 +0000
(17:03 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 20 Nov 2017 16:03:06 +0000
(17:03 +0100)
nsjail.c
patch
|
blob
|
history
diff --git
a/nsjail.c
b/nsjail.c
index 3bbc8a0fa5e92944c64a6fc86c95609e403b5873..3fbd372512b509fc07427b80e5132935f1f37e43 100644
(file)
--- a/
nsjail.c
+++ b/
nsjail.c
@@
-182,8
+182,3
@@
int main(int argc, char* argv[]) {
}
return 0;
}
-
-/*
- * To satisfy requirement for BlocksRuntime in clang -fblocks
- */
-void* _NSConcreteStackBlock[32] = {0};