summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-19 17:10:55 -0800
committerDan Albert <danalbert@google.com>2015-02-19 17:10:55 -0800
commit340cebdaa2875ba2ab9725b81218ebc59d84164b (patch)
treeb53620822ef59d08e10463c68d0ce825052ea845 /media/libstagefright/httplive
parent011734f0ce7e8b2e3066f90ef51c323ee7d4dea2 (diff)
downloadframeworks_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/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/LiveSession.h1
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 {