diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/jim.c | 9 | ||||
-rw-r--r-- | src/helper/jim.h | 7 |
2 files changed, 0 insertions, 16 deletions
diff --git a/src/helper/jim.c b/src/helper/jim.c index 78b6e6ce..6a795bb7 100644 --- a/src/helper/jim.c +++ b/src/helper/jim.c @@ -12833,12 +12833,3 @@ Jim_Debug_ArgvString( Jim_Interp *interp, int argc, Jim_Obj *const *argv ) return Jim_GetString( debug_string_obj, NULL ); } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/helper/jim.h b/src/helper/jim.h index f52fda14..f8c189ae 100644 --- a/src/helper/jim.h +++ b/src/helper/jim.h @@ -1322,10 +1322,3 @@ static __inline__ void Jim_InitEmbedded(void) { #endif #endif /* __JIM__H */ - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ |