Use compile generated DB instead of this file
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 12 Jul 2017 15:43:36 +0000 (17:43 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 21 Jul 2017 10:02:10 +0000 (12:02 +0200)
Change-Id: I4734103e3820a98decc44bd66c9ed682141b423c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
.ycm_extra_conf.py [deleted file]

diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
deleted file mode 100644 (file)
index 26b1fc5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-def FlagsForFile( filename, **kwargs ):
-  return {
-    'flags': [ '-x', 'c++', '-Wall', '-Wextra', '-Werror', '-std=c++11',
-'-DPB_FIELD_16BIT', '-D_REENTRANT', "-I/usr/include/json-c",
-"-I/opt/include",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/ini-config",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/openxc-message-format/gen/cpp",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/openxc-message-format/../nanopb",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/uds-c/src",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/isotp-c/src",
-"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/bitfield-c/src" ],
-  }