summaryrefslogtreecommitdiff
path: root/libunwindstack/benchmarks/MemoryLocalUnsafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/benchmarks/MemoryLocalUnsafe.h')
-rw-r--r--libunwindstack/benchmarks/MemoryLocalUnsafe.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/benchmarks/MemoryLocalUnsafe.h b/libunwindstack/benchmarks/MemoryLocalUnsafe.h
index d901e1d..8edf473 100644
--- a/libunwindstack/benchmarks/MemoryLocalUnsafe.h
+++ b/libunwindstack/benchmarks/MemoryLocalUnsafe.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_BENCHMARKS_MEMORY_LOCAL_UNSAFE_H
-#define _LIBUNWINDSTACK_BENCHMARKS_MEMORY_LOCAL_UNSAFE_H
+#pragma once
#include <cstddef>
#include <cstring>
@@ -39,5 +38,3 @@ class MemoryLocalUnsafe : public Memory {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_BENCHMARKS_MEMORY_LOCAL_UNSAFE_H \ No newline at end of file