Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace ASCIIString & UTF8String with String #16058

Merged
merged 5 commits into from
May 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete redundant String inner constructor
  • Loading branch information
StefanKarpinski committed May 4, 2016
commit 530ba95fe4fd3ac9e69df658316f11a16c283ac2
1 change: 0 additions & 1 deletion base/boot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ abstract DirectIndexString <: AbstractString

immutable String <: AbstractString
data::Array{UInt8,1}
String(d::Array{UInt8,1}) = new(d)
end

include(fname::String) = ccall(:jl_load_, Any, (Any,), fname)
Expand Down