Bug 1403143 - Remove useless 'using namespace mozilla::ipc' from CodeCoverageHandler. r=jmaher

This commit is contained in:
Marco Castelluccio
2017-09-26 13:48:17 +02:00
parent 9fb8dd6d05
commit 9baa6663ef
2 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@
#include "nsAppRunner.h"
using namespace mozilla;
using namespace mozilla::ipc;
// The __gcov_dump function writes the coverage counters to gcda files.
// The __gcov_reset function resets the coverage counters to zero.