commit | 340cebdaa2875ba2ab9725b81218ebc59d84164b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Feb 19 17:10:55 2015 -0800 |
committer | Dan Albert <danalbert@google.com> | Thu Feb 19 17:10:55 2015 -0800 |
tree | b53620822ef59d08e10463c68d0ce825052ea845 | |
parent | 011734f0ce7e8b2e3066f90ef51c323ee7d4dea2 [diff] |
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
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 LiveDataSource; struct M3UParser; struct PlaylistFetcher; -struct Parcel; struct LiveSession : public AHandler { enum Flags {