diff options
author | Dan Albert <danalbert@google.com> | 2015-02-20 01:20:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-20 01:20:20 +0000 |
commit | 76b54aa5240ee2052aabe7b671965a0836159fdb (patch) | |
tree | b53620822ef59d08e10463c68d0ce825052ea845 | |
parent | 935b47504411b6ac69f708ba698a72b7282aada1 (diff) | |
parent | 340cebdaa2875ba2ab9725b81218ebc59d84164b (diff) | |
download | frameworks_av-76b54aa5240ee2052aabe7b671965a0836159fdb.zip frameworks_av-76b54aa5240ee2052aabe7b671965a0836159fdb.tar.gz frameworks_av-76b54aa5240ee2052aabe7b671965a0836159fdb.tar.bz2 |
am 340cebda: Fix mismatched type tag clang warning.
* commit '340cebdaa2875ba2ab9725b81218ebc59d84164b':
Fix mismatched type tag clang warning.
-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 { |