From 107a376f74ee7e6b2946b167445c508a344054e1 Mon Sep 17 00:00:00 2001
From: prrathi <prrathi10@gmail.com>
Date: Sun, 19 Jan 2025 06:45:36 +0000
Subject: [PATCH] sitm

---
 hercules_cg/src/gpu.rs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/hercules_cg/src/gpu.rs b/hercules_cg/src/gpu.rs
index efd7ba4b..b14a136f 100644
--- a/hercules_cg/src/gpu.rs
+++ b/hercules_cg/src/gpu.rs
@@ -8,9 +8,6 @@ use self::hercules_ir::*;
 
 use crate::*;
 
-use std::fs::OpenOptions;
-use std::io::Write as IoWrite;
-
 /*
  * The top level function to compile a Hercules IR function into CUDA
  * kernel for execution on the GPU. We generate CUDA C textually, with a lot
-- 
GitLab