Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Jan 11, 2025
1 parent 4418ca0 commit 2f00ac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions codegen/manual_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ extern "C" void __cudaRegisterFunction(void **fatCubinHandle,
dim3 *gDim, int *wSize);

int handle___cudaRegisterFunction(void *conn) {
void *res;
void **fatCubinHandle;
char *hostFun;
size_t deviceFunLen;
Expand Down Expand Up @@ -353,7 +352,6 @@ int handle___cudaRegisterFunction(void *conn) {
extern "C" void __cudaRegisterFatBinaryEnd(void **fatCubinHandle);

int handle___cudaRegisterFatBinaryEnd(void *conn) {
void *res;
void **fatCubinHandle;

// Read the fatCubinHandle from the client
Expand Down Expand Up @@ -441,7 +439,6 @@ extern "C" void __cudaRegisterVar(void **fatCubinHandle, char *hostVar,
int global);

int handle___cudaRegisterVar(void *conn) {
void *res;
void **fatCubinHandle;
char *hostVar;
char *deviceAddress;
Expand Down

0 comments on commit 2f00ac5

Please sign in to comment.