Skip to content

Commit

Permalink
Removed potentially dead midend code
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynn157 committed Sep 13, 2023
1 parent 7ee1563 commit f9e8ad7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 4,174 deletions.
7 changes: 5 additions & 2 deletions src/midend/astProcessing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ set(files_to_install
AstReverseSimpleProcessing.h AstRestructure.h AstClearVisitFlags.h
AstTraversal.h AstCombinedProcessing.h AstCombinedProcessingImpl.h
AstCombinedSimpleProcessing.h StackFrameVector.h
graphProcessing.h graphProcessingSgIncGraph.h graphTemplate.h
#graphProcessing.h
#graphProcessingSgIncGraph.h
#graphTemplate.h
AstSharedMemoryParallelProcessing.h AstSharedMemoryParallelProcessingImpl.h
AstSharedMemoryParallelSimpleProcessing.h
SgGraphTemplate.h TreeTraversal.h)
#SgGraphTemplate.h
TreeTraversal.h)

if(NOT WIN32)
#tps commented out AstSharedMemoryParallelProcessing.h for Windows
Expand Down
201 changes: 0 additions & 201 deletions src/midend/astProcessing/SgGraphTemplate.h

This file was deleted.

Loading

0 comments on commit f9e8ad7

Please sign in to comment.