Skip to content

Commit

Permalink
Remove methods unused externally.
Browse files Browse the repository at this point in the history
(Re)definitions in subclasses are still to be called as a backwards compatibility mechanism.
  • Loading branch information
guillep committed Sep 24, 2019
1 parent 7acddc0 commit c23feba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/UnifiedFFI/FFILibrary.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,12 @@ FFILibrary >> unix32LibraryName [
^ self unixLibraryName
]

{ #category : #'accessing platform' }
FFILibrary >> unix32ModuleName [
"Point to #unixModuleName to keep backward compatibility."
^ self unixLibraryName
]

{ #category : #'accessing platform' }
FFILibrary >> unix64LibraryName [
"Point to #unixLibraryName to keep backward compatibility."
^ self unixLibraryName
]

{ #category : #'accessing platform' }
FFILibrary >> unix64ModuleName [
"Point to #unixModuleName to keep backward compatibility."
^ self unixModuleName
]

{ #category : #'accessing platform' }
FFILibrary >> unixLibraryName [
"Kept for backward compatibility.
Expand Down

0 comments on commit c23feba

Please sign in to comment.