Skip to content

Commit

Permalink
Removal of unneeded declarations and includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeaudi committed Jun 27, 2016
1 parent cba894d commit 8382fef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/HSADebugAgent/AgentProcessPacket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include "AgentLogging.h"
#include "AgentProcessPacket.h"
#include "CommunicationControl.h"
#include "CommandLoop.h"
#include "HSADebugAgent.h"

// Add DBE (Version decided by Makefile)
#include "AMDGPUDebug.h"
Expand Down
1 change: 0 additions & 1 deletion src/HSADebugAgent/HSADebugAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
#include <string.h>

// HSA headers
#include <hsa_api_trace.h>
Expand Down
2 changes: 0 additions & 2 deletions src/HSADebugAgent/Include/HSADebugAgent.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ HwDbgAgent::AgentISABufferManager* GetActiveISABufferManager();

HwDbgAgent::AgentConfiguration* GetActiveAgentConfig();

void RestoreSIGUSR2(void);

#endif // HSA_DEBUG_AGENT_H

0 comments on commit 8382fef

Please sign in to comment.