summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-28 12:48:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-06 17:47:11 -0700
commit8b69f5872ee7cff2b21eee05457ab4cb2ed34a98 (patch)
tree4990969102e9f959d151c76d5ae95adc42d2dece /include
parente6ac911fdff233507f1eff950886c5d23a1e8ff5 (diff)
Remove no-op OsInitAllocator()
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/app/xfs/-/merge_requests/7>
Diffstat (limited to 'include')
-rw-r--r--include/os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/os.h b/include/os.h
index 92ad5f5..ebfc1c7 100644
--- a/include/os.h
+++ b/include/os.h
@@ -135,7 +135,6 @@ extern pointer FSalloc(unsigned long);
extern pointer FScalloc (unsigned long amount);
extern pointer FSrealloc(pointer, unsigned long);
extern void FSfree(pointer);
-extern void OsInitAllocator (void);
extern void ProcessCmdLine (int argc, char **argv);
extern void ProcessLSoption (char *str);
extern void SetUserId(void);