Index: src/profile-generator.cc |
diff --git a/src/profile-generator.cc b/src/profile-generator.cc |
index 30783c6b1cb2f6bd7b90f573b8b55d51c62e20a0..6bd446e0c49d471348fc2548beb342b9e1804ab1 100644 |
--- a/src/profile-generator.cc |
+++ b/src/profile-generator.cc |
@@ -487,7 +487,6 @@ CpuProfilesCollection::~CpuProfilesCollection() { |
bool CpuProfilesCollection::StartProfiling(const char* title, |
bool record_samples) { |
- ASSERT(uid > 0); |
current_profiles_semaphore_.Wait(); |
if (current_profiles_.length() >= kMaxSimultaneousProfiles) { |
current_profiles_semaphore_.Signal(); |