Skip to content

Commit

Permalink
net_help: remove net_help module
Browse files Browse the repository at this point in the history
Its functionality is now divided up into several helper modules that are
already used through-out RIOT.
  • Loading branch information
miri64 committed Sep 17, 2015
1 parent 35df5b6 commit 97aa4da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 115 deletions.
5 changes: 0 additions & 5 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@ ifneq (,$(filter posix,$(USEMODULE)))
USEMODULE += vtimer
endif

ifneq (,$(filter cbor,$(USEMODULE)))
USEMODULE += net_help
endif

ifneq (,$(filter vtimer,$(USEMODULE)))
USEMODULE += xtimer
USEMODULE += timex
Expand All @@ -292,7 +288,6 @@ endif
ifneq (,$(filter fib,$(USEMODULE)))
USEMODULE += universal_address
USEMODULE += xtimer
USEMODULE += net_help
endif

ifneq (,$(filter oonf_common,$(USEMODULE)))
Expand Down
1 change: 0 additions & 1 deletion sys/net/crosslayer/net_help/Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions sys/net/crosslayer/net_help/net_help.c

This file was deleted.

54 changes: 0 additions & 54 deletions sys/net/include/net_help.h

This file was deleted.

0 comments on commit 97aa4da

Please sign in to comment.