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

Remove CURLParser #55

Merged
merged 8 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
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
Remove CURLParser
  • Loading branch information
adam-fowler committed Mar 4, 2021
commit d94fe1cd553c32f4e8282b4c7db40059b4f9d08e
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ let package = Package(
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", from: "0.5.0"),
],
targets: [
.target(name: "CURLParser", dependencies: []),
.target(name: "Hummingbird", dependencies: [
.byName(name: "CURLParser"),
.product(name: "HummingbirdCore", package: "hummingbird-core"),
.product(name: "Lifecycle", package: "swift-service-lifecycle"),
.product(name: "LifecycleNIOCompat", package: "swift-service-lifecycle"),
Expand Down
62 changes: 0 additions & 62 deletions Sources/CURLParser/include/urlparser.h

This file was deleted.

Loading