removed double define

diff --git a/skeletons/OCTET_STRING.h b/skeletons/OCTET_STRING.h
index 1aed9a3..223e1da 100644
--- a/skeletons/OCTET_STRING.h
+++ b/skeletons/OCTET_STRING.h
@@ -46,6 +46,5 @@
 
 /* Handy conversion from the C string into the OCTET STRING. */
 #define	OCTET_STRING_fromString(s, str)	OCTET_STRING_fromBuf(s, str, -1);
-#define	OCTET_STRING_fromString(s, str)	OCTET_STRING_fromBuf(s, str, -1);
 
 #endif	/* _OCTET_STRING_H_ */