summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_db_access_ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/persistence_client_library_db_access_ll.c')
-rw-r--r--src/persistence_client_library_db_access_ll.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/persistence_client_library_db_access_ll.c b/src/persistence_client_library_db_access_ll.c
deleted file mode 100644
index 234191f..0000000
--- a/src/persistence_client_library_db_access_ll.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/******************************************************************************
- * Project Persistency
- * (c) copyright 2012
- * Company XS Embedded GmbH
- *****************************************************************************/
-/******************************************************************************
- * This Source Code Form is subject to the terms of the
- * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
- * with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-******************************************************************************/
- /**
- * @file persistence_client_library_data_access_ll.c
- * @ingroup Persistence client library
- * @author Ingo Huerner
- * @brief Implementation of persistence database low level access
- * @see
- */
-
-#include "persistence_client_library_db_access_ll.h"
-
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-// TODO: put here low level database access function
-
-
-
-