Skip to content

Commit

Permalink
remove parseip from BBEdit files and stdlib RST docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jan 15, 2016
1 parent 9f52044 commit ae2dee7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion contrib/BBEditTextWrangler-julia.plist
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@
<string>parse</string>
<string>parsefloat</string>
<string>parseint</string>
<string>parseip</string>
<string>partitions</string>
<string>peakflops</string>
<string>permutations</string>
Expand Down
6 changes: 0 additions & 6 deletions doc/stdlib/io-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -875,12 +875,6 @@ Network I/O
Get the IP address and the port that the given TCP socket is connected to (or bound to, in the case of TCPServer).

.. function:: parseip(addr)

.. Docstring generated from Julia source
Parse a string specifying an IPv4 or IPv6 ip address.

.. function:: IPv4(host::Integer) -> IPv4

.. Docstring generated from Julia source
Expand Down

0 comments on commit ae2dee7

Please sign in to comment.