summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-18 11:22:22 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-18 11:27:48 -0800
commit8661f40ce4d6bce649cb2a564f7c4e766318476c (patch)
treebf171b9ea78837a236fcca7f78d1201758b8f648 /nt
parent311b3f70f543a106bc9ebc369b69432a106b0e38 (diff)
Remove unnecessary stdalign.in.h
* lib/stdalign.in.h: Remove. This file was already removed in commit b429274c5b4b2b511d2d351111dea2d354498e0f (2023-02-04) but was brought back mistakenly by a merge from emacs-29 in commit ecf08f0621c25ad1dfadd96399e204c389ab1695 (2024-01-02). * nt/inc/stdalign.h: Don’t mention removed file in comment.
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/stdalign.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nt/inc/stdalign.h b/nt/inc/stdalign.h
index 7e349dc31d0..808407156fa 100644
--- a/nt/inc/stdalign.h
+++ b/nt/inc/stdalign.h
@@ -1,9 +1,6 @@
#ifndef _NT_STDALIGN_H_
#define _NT_STDALIGN_H_
-/* This header has the necessary stuff from lib/stdalign.in.h, but
- avoids the need to have Sed at build time. */
-
#include <stddef.h>
#if defined __cplusplus
template <class __t> struct __alignof_helper { char __a; __t __b; };