Skip to content

Commit

Permalink
Merge branch 'master' into aravuri/fix_contmode
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaravuri authored Dec 15, 2023
2 parents 9b86e47 + 1d67280 commit dc5efc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
81 changes: 0 additions & 81 deletions samples/cxl_host_exerciser/cxl_he_cache_lpbk_cmd.h

This file was deleted.

2 changes: 0 additions & 2 deletions samples/cxl_host_exerciser/cxl_host_exerciser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <signal.h>

#include "cxl_he_cache_cmd.h"
#include "cxl_he_cache_lpbk_cmd.h"
#include "cxl_host_exerciser.h"

void he_sig_handler(int);
Expand All @@ -37,7 +36,6 @@ int main(int argc, char *argv[]) {

host_exerciser::host_exerciser app;
app.register_command<host_exerciser::he_cache_cmd>();
app.register_command<host_exerciser::he_cache_lpbk_cmd>();

// host exerciser signal handler
struct sigaction act_new;
Expand Down

0 comments on commit dc5efc5

Please sign in to comment.