remove files

This commit is contained in:
PolynomialDivision 2018-01-08 15:17:28 +01:00
parent 3d679584f1
commit a812709841
4 changed files with 1 additions and 13 deletions

View file

@ -27,9 +27,6 @@ SET(SOURCES
include/utils.h
utils/runopts.c
include/runopts.h
utils/dawn_uci.c
include/dawn_uci.h

View file

@ -1,6 +0,0 @@
#ifndef __DAWN_RUNOPTS_H_
#define __DAWN_RUNOPTS_H_
TODO: Delete
#endif

View file

@ -9,7 +9,7 @@ static struct uci_context *uci_ctx;
static struct uci_package *uci_pkg;
// why is this not included in uci lib...?!
// fund here: https://github.com/br101/pingcheck/blob/master/uci.c
// found here: https://github.com/br101/pingcheck/blob/master/uci.c
static int uci_lookup_option_int(struct uci_context *uci, struct uci_section *s,
const char *name) {
const char *str = uci_lookup_option_string(uci, s, name);

View file

@ -1,3 +0,0 @@
// TODO: Delete
#include "runopts.h"