summaryrefslogtreecommitdiffstats
path: root/libnl_2/cache.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-03-20 13:07:22 -0700
committerColin Cross <ccross@android.com>2014-03-20 13:07:22 -0700
commit7097f052d946bc9fbe298c7a88e1d943f54f684e (patch)
treeb32ae63fcaa5bdc77c0b0cf93d0b494cacf84cca /libnl_2/cache.c
parent603579758661aea4e48853e6caf0b60b2f9d47e4 (diff)
downloadsystem_core-7097f052d946bc9fbe298c7a88e1d943f54f684e.zip
system_core-7097f052d946bc9fbe298c7a88e1d943f54f684e.tar.gz
system_core-7097f052d946bc9fbe298c7a88e1d943f54f684e.tar.bz2
delete libnl_2
libnl_2 has been replaced by external/libnl Change-Id: I1fa964f4fdc24511f497ebadcb4aa3e786fc8456
Diffstat (limited to 'libnl_2/cache.c')
-rw-r--r--libnl_2/cache.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/libnl_2/cache.c b/libnl_2/cache.c
deleted file mode 100644
index c21974d..0000000
--- a/libnl_2/cache.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2011 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* NOTICE: This is a clean room re-implementation of libnl */
-
-#include "netlink/cache.h"
-#include "netlink/object.h"
-
-void nl_cache_free(struct nl_cache *cache)
-{
-
-}
-
-void nl_cache_clear(struct nl_cache *cache)
-{
-
-}
-
-void nl_cache_remove(struct nl_object *obj)
-{
-
-}
-
-