Skip to content

Commit 23118d6

Browse files
authored
Merge pull request #13573 from ethereum/undef-macros
Drop deprecated UndefMacros file
2 parents efc11a8 + f5c8566 commit 23118d6

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

liblangutil/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ set(sources
2626
SourceReferenceFormatter.h
2727
Token.cpp
2828
Token.h
29-
UndefMacros.h
3029
UniqueErrorReporter.h
3130
)
3231

liblangutil/Token.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
#include <map>
4848

49-
5049
using namespace std;
5150

5251
namespace solidity::langutil

liblangutil/Token.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242

4343
#pragma once
4444

45-
#include <liblangutil/UndefMacros.h>
46-
4745
#include <iosfwd>
4846
#include <string>
4947
#include <tuple>

liblangutil/UndefMacros.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)