diff options
Diffstat (limited to 'sal/util/salalloc.map')
-rw-r--r-- | sal/util/salalloc.map | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sal/util/salalloc.map b/sal/util/salalloc.map deleted file mode 100644 index 3cd098b83..000000000 --- a/sal/util/salalloc.map +++ /dev/null @@ -1,10 +0,0 @@ -UDK_3_0_0 { - global: - rtl_allocateMemory; - rtl_reallocateMemory; - rtl_freeMemory; - rtl_allocateZeroMemory; - rtl_freeZeroMemory; - local: - *; -}; |