diff --git a/src/zipr.cpp b/src/zipr.cpp
index 4744a716e6cd4bdd6b683ece8b98fc66103724cc..10cb4c9196951d7a5dc82301b1605e38a23faa96 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -75,7 +75,7 @@ template < typename T > std::string to_string( const T& n )
 	return stm.str() ;
 }
 
-
+#if 0
 static Instruction_t* addNewAssembly(FileIR_t* firp, Instruction_t *p_instr, string p_asm)
 {
         Instruction_t* newinstr;
@@ -95,6 +95,8 @@ static Instruction_t* addNewAssembly(FileIR_t* firp, Instruction_t *p_instr, str
         return newinstr;
 }
 
+#endif
+
 #ifdef support_stratafier_mode
 #ifdef CGC
 static std::ifstream::pos_type filesize(const char* filename)