diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 10:17:20 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 10:17:20 +0100 |
commit | a46043a9b0387bcf8fb6dcb34d5984489644c090 (patch) | |
tree | 2f733387c01aa8ece03dbfff642d94bec5ed3f89 /include | |
parent | 4181fe8be4134955e583d1c9fe3da5856ec5108a (diff) |
removes unused smack field
Change-Id: I3388fa366c44c96d2ebf37ba57ed1b3acce82869
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r-- | include/local-def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h index 6d219406..0c48d678 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -170,7 +170,6 @@ typedef struct { char *console; // console device name (can be a file or a tty) int localhostOnly; int httpdPort; - char *smack; // smack label char *ldpaths; // list of plugins directories char *rootdir; // base dir for httpd file download char *rootbase; // Angular HTML5 base URL |