summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/RegsGetLocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/include/unwindstack/RegsGetLocal.h')
-rw-r--r--libunwindstack/include/unwindstack/RegsGetLocal.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libunwindstack/include/unwindstack/RegsGetLocal.h b/libunwindstack/include/unwindstack/RegsGetLocal.h
index ac171b9..bf3f767 100644
--- a/libunwindstack/include/unwindstack/RegsGetLocal.h
+++ b/libunwindstack/include/unwindstack/RegsGetLocal.h
@@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/
-#ifndef _LIBUNWINDSTACK_REGS_GET_LOCAL_H
-#define _LIBUNWINDSTACK_REGS_GET_LOCAL_H
+#pragma once
namespace unwindstack {
@@ -91,7 +90,4 @@ inline __attribute__((__always_inline__)) void RegsGetLocal(Regs* regs) {
AsmGetRegs(regs->RawData());
}
-
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_REGS_GET_LOCAL_H