diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 17:10:55 -0800 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-02-19 17:10:55 -0800 |
commit | 340cebdaa2875ba2ab9725b81218ebc59d84164b (patch) | |
tree | b53620822ef59d08e10463c68d0ce825052ea845 /media | |
parent | 011734f0ce7e8b2e3066f90ef51c323ee7d4dea2 (diff) | |
download | frameworks_av-340cebdaa2875ba2ab9725b81218ebc59d84164b.zip frameworks_av-340cebdaa2875ba2ab9725b81218ebc59d84164b.tar.gz frameworks_av-340cebdaa2875ba2ab9725b81218ebc59d84164b.tar.bz2 |
Fix mismatched type tag clang warning.
Parcel is a struct, not a class. However, Parcel isn't used in this
file, so just kill it.
Change-Id: I575cae8b3c5dd13dd9b03fccfe7423e1f17f62f5
Diffstat (limited to 'media')
-rw-r--r-- | media/libstagefright/httplive/LiveSession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/httplive/LiveSession.h b/media/libstagefright/httplive/LiveSession.h index dfb5e59..2d3a25a 100644 --- a/media/libstagefright/httplive/LiveSession.h +++ b/media/libstagefright/httplive/LiveSession.h @@ -33,7 +33,6 @@ struct IMediaHTTPService; struct LiveDataSource; struct M3UParser; struct PlaylistFetcher; -struct Parcel; struct LiveSession : public AHandler { enum Flags { |