Skip to content

Commit

Permalink
development: issue-123: Removed unused Result enum type that was conf…
Browse files Browse the repository at this point in the history
…licting with Alamofire.
  • Loading branch information
Daniel Dahan committed Feb 27, 2017
1 parent 5d0b1b7 commit 2bde171
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Graph.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Graph'
s.version = '2.1.1'
s.version = '2.1.2'
s.license = 'BSD-3-Clause'
s.summary = 'Graph is a semantic database that is used to create data-driven applications.'
s.homepage = 'http://graphswift.io'
Expand Down
6 changes: 0 additions & 6 deletions Sources/File.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ public struct Schema {
public static let File = "File://"
}

/// A result type.
public enum Result {
case success
case failure(error: Error)
}

/// File types.
public enum FileType {
case directory
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2bde171

Please sign in to comment.