summaryrefslogtreecommitdiff
path: root/system/doc/general_info/scheduled_for_removal_27.inc
blob: e97149d937289e24b48d9d43f70f081194a2ad9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    <section>
      <title>Vanilla Driver</title>
      <p>
        The old previously documented support for opening a port to an
        external resource by passing an atom (or a string) as first
        argument to
        <seemfa marker="erts:erlang#open_port/2"><c>open_port()</c></seemfa>,
        implemented by the vanilla driver, will be removed in OTP 27.
        This functionality was marked as obsolete about two decades ago
        and then a few years later the documentation for it was removed.
        If this functionality is not used with care it might hang or crash
        the runtime system.
      </p>
    </section>