Skip to content

Commit

Permalink
Drop deprecated UndefMacros file
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Sep 27, 2022
1 parent 5f8b487 commit f5c8566
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion liblangutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ set(sources
SourceReferenceFormatter.h
Token.cpp
Token.h
UndefMacros.h
UniqueErrorReporter.h
)

Expand Down
1 change: 0 additions & 1 deletion liblangutil/Token.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

#include <map>


using namespace std;

namespace solidity::langutil
Expand Down
2 changes: 0 additions & 2 deletions liblangutil/Token.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@

#pragma once

#include <liblangutil/UndefMacros.h>

#include <iosfwd>
#include <string>
#include <tuple>
Expand Down
47 changes: 0 additions & 47 deletions liblangutil/UndefMacros.h

This file was deleted.

0 comments on commit f5c8566

Please sign in to comment.