Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b654f2c2 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Remove Windows-specific code from Trace.h

libcutils builds for Windows, so there is no need to handle Windows
differently in Trace.h.
    
Bug: 322360037
Test: build libutils for Windows

Change-Id: If17de95a2222c7d17c74988695d68754f06957ea
parent 2ed904d8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -17,13 +17,6 @@
#ifndef ANDROID_TRACE_H
#define ANDROID_TRACE_H

#if defined(_WIN32)

#define ATRACE_NAME(...)
#define ATRACE_CALL()

#else  // !_WIN32

#include <stdint.h>

#include <cutils/trace.h>
@@ -56,6 +49,4 @@ private:

}  // namespace android

#endif  // _WIN32

#endif // ANDROID_TRACE_H