summaryrefslogtreecommitdiff
path: root/vpx_mem/include
diff options
context:
space:
mode:
authorFritz Koenig <frkoenig@google.com>2011-07-12 16:29:15 -0700
committerFritz Koenig <frkoenig@google.com>2011-07-12 16:29:15 -0700
commitd89eb6ad5a597b8651295326c9d5f31d4c392cd2 (patch)
treed31fc2968ebfd56f9eae4ebd36dc65a1010e7cde /vpx_mem/include
parent587ca06da9d652d60309679c14a1c0b310c93c66 (diff)
downloadlibvpx-d89eb6ad5a597b8651295326c9d5f31d4c392cd2.tar
libvpx-d89eb6ad5a597b8651295326c9d5f31d4c392cd2.tar.gz
libvpx-d89eb6ad5a597b8651295326c9d5f31d4c392cd2.tar.bz2
libvpx-d89eb6ad5a597b8651295326c9d5f31d4c392cd2.zip
Remove rotting NDS_NITRO code.
Code has not been used and is no longer relevant. Change-Id: I38590513da7c7a436804ff8a1a3805d9697f575d
Diffstat (limited to 'vpx_mem/include')
-rw-r--r--vpx_mem/include/nds/vpx_mem_nds.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/vpx_mem/include/nds/vpx_mem_nds.h b/vpx_mem/include/nds/vpx_mem_nds.h
deleted file mode 100644
index e54f54d9b..000000000
--- a/vpx_mem/include/nds/vpx_mem_nds.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-
-#ifndef __VPX_MEM_NDS_H__
-#define __VPX_MEM_NDS_H__
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-#include <nitro.h>
-#include <nitro/os.h>
-
- void *vpx_mem_nds_alloc(osarena_id id, osheap_handle handle, size_t size, size_t align);
- void vpx_mem_nds_free(osarena_id id, osheap_handle handle, void *mem);
- int vpx_nds_alloc_heap(osarena_id id, u32 size);
-
-#if defined(__cplusplus)
-}
-#endif
-
-#endif /*__VPX_MEM_NDS_H__*/