Skip to content

Commit

Permalink
Support: remove outdated comment
Browse files Browse the repository at this point in the history
This information is in the latest version of the specification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270649 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
compnerd committed May 25, 2016
1 parent d51855e commit 0dfc65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/llvm/Support/COFF.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ namespace COFF {
uint8_t unused[10];
};

/// These are not documented in the spec, but are located in WinNT.h.
enum WeakExternalCharacteristics {
IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY = 1,
IMAGE_WEAK_EXTERN_SEARCH_LIBRARY = 2,
Expand Down

0 comments on commit 0dfc65a

Please sign in to comment.