Skip to content

Commit

Permalink
Remove deprecated files
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Apr 9, 2024
1 parent bcff06f commit 706b5dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/handle_finalize.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "plugin.h"

#include "eth_internals.h"

void handle_finalize(ethPluginFinalize_t *msg) {
context_t *context = (context_t *) msg->pluginContext;

Expand Down
1 change: 0 additions & 1 deletion src/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <string.h>
#include "eth_internals.h"
#include "eth_plugin_interface.h"

// All possible selectors of your plugin.
Expand Down

0 comments on commit 706b5dd

Please sign in to comment.