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:
b7db2fa
)
caps: remove unused var
author
Robert Swiecki
<robert@swiecki.net>
Thu, 24 May 2018 13:38:09 +0000
(15:38 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Thu, 24 May 2018 13:38:09 +0000
(15:38 +0200)
caps.cc
patch
|
blob
|
history
diff --git
a/caps.cc
b/caps.cc
index
83226ae
..
c874326
100644
(file)
--- a/
caps.cc
+++ b/
caps.cc
@@
-201,8
+201,6
@@
static bool initNsKeepCaps(cap_user_data_t cap_data) {
}
bool initNs(nsjconf_t* nsjconf) {
- struct ints_t* p;
-
cap_user_data_t cap_data = getCaps();
if (cap_data == NULL) {
return false;