Skip to content

Commit f5c8566

Browse files
committed
Drop deprecated UndefMacros file
1 parent 5f8b487 commit f5c8566

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

liblangutil/CMakeLists.txt

-1
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

-1
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

-2
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

-47
This file was deleted.

0 commit comments

Comments
 (0)