diff options
author | Joe George <joe@zeroc.com> | 2019-02-28 11:00:33 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2019-03-05 11:38:52 -0500 |
commit | 91830088f0528f14d954235afee68a4d8335277b (patch) | |
tree | 9be0343027846d3425ee1ab0945736dbfbc004d8 /cpp/src/slice2swift/SwiftUtil.cpp | |
parent | Put back Xcode projects to use with Carthage (diff) | |
download | ice-91830088f0528f14d954235afee68a4d8335277b.tar.bz2 ice-91830088f0528f14d954235afee68a4d8335277b.tar.xz ice-91830088f0528f14d954235afee68a4d8335277b.zip |
Remove Streamable
Diffstat (limited to 'cpp/src/slice2swift/SwiftUtil.cpp')
-rw-r--r-- | cpp/src/slice2swift/SwiftUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/SwiftUtil.cpp b/cpp/src/slice2swift/SwiftUtil.cpp index 441716c8769..7a227d3bafb 100644 --- a/cpp/src/slice2swift/SwiftUtil.cpp +++ b/cpp/src/slice2swift/SwiftUtil.cpp @@ -649,7 +649,6 @@ SwiftGenerator::writeMembers(IceUtilInternal::Output& out, void SwiftGenerator::writeMarshalUnmarshalCode(IceUtilInternal::Output&, const ClassDefPtr&, const OperationPtr&) { - // TODO } bool |