summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Tracks.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-29 17:17:38 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-29 17:20:47 -0700
commitfa319e6d918b84f93fb5457af5d1cca6421ac517 (patch)
tree2ccff564a324d72c8bd5d872a220f56b26431203 /services/audioflinger/Tracks.cpp
parent548efc94813c1dec6e8cf6c085ae41ccb04827f1 (diff)
downloadframeworks_av-fa319e6d918b84f93fb5457af5d1cca6421ac517.zip
frameworks_av-fa319e6d918b84f93fb5457af5d1cca6421ac517.tar.gz
frameworks_av-fa319e6d918b84f93fb5457af5d1cca6421ac517.tar.bz2
Remove CC_LIKELY and CC_UNLIKELY where not needed
Only keep them in performance-sensitive code Change-Id: Ib257ddd7bc39ce9896997ffae008c524ac743d01
Diffstat (limited to 'services/audioflinger/Tracks.cpp')
-rw-r--r--services/audioflinger/Tracks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/Tracks.cpp b/services/audioflinger/Tracks.cpp
index a6c4bda..4ea1355 100644
--- a/services/audioflinger/Tracks.cpp
+++ b/services/audioflinger/Tracks.cpp
@@ -21,7 +21,6 @@
#include "Configuration.h"
#include <math.h>
-#include <cutils/compiler.h>
#include <utils/Log.h>
#include <private/media/AudioTrackShared.h>