summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-07-27 03:02:24 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-07-27 03:02:24 +0300
commit0a620ac561cd932061bb30f2e0f60a97906d8da8 (patch)
treec29fe5d6aad03e6e4baffd59ed506ef416ee0fbe /CMakeLists.txt
parentb6e836c4781a98c7d379acd5f8ca61c575560342 (diff)
apps.plugin optimization to send all the data to netdata with just one write operation - also avoid using printf
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28c25532c8..30ea5fbf41 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,8 +96,6 @@ set(APPS_PLUGIN_SOURCE_FILES
src/log.h
src/procfile.c
src/procfile.h
- src/storage_number.c
- src/storage_number.h
src/web_buffer.c
src/web_buffer.h
config.h)