Make bfd_byte an int8_t, flagword a uint32_t
[binutils-gdb.git] / bfd / init.c
index ad109819314e00d83debd21735fdfa85f675211a..bcae3cbdb99bf8b714a1eb36aa811d96ee3c32d1 100644 (file)
@@ -1,5 +1,5 @@
 /* bfd initialization stuff
-   Copyright (C) 1990-2018 Free Software Foundation, Inc.
+   Copyright (C) 1990-2023 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -33,29 +33,3 @@ SUBSECTION
        These are the functions that handle initializing a BFD.
 */
 
-/*
-FUNCTION
-       bfd_init
-
-SYNOPSIS
-       size_t bfd_init (void);
-
-DESCRIPTION
-       This routine must be called before any other BFD function to
-       initialize magical internal data structures.
-       Returns a magic number, which may be used to check
-       that the bfd library is configured as expected by users.
-.
-.{* Value returned by bfd_init.  *}
-.
-.#define BFD_INIT_MAGIC (sizeof (struct bfd_section))
-*/
-
-/* Actually, there is currently nothing for this function to do.
-   However, someday it may be needed, so keep it around.  */
-
-size_t
-bfd_init (void)
-{
-  return BFD_INIT_MAGIC;
-}