summaryrefslogtreecommitdiff
path: root/src/helper/jim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/jim.c')
-rw-r--r--src/helper/jim.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/helper/jim.c b/src/helper/jim.c
index 7d5cc2ba..75e7e6cb 100644
--- a/src/helper/jim.c
+++ b/src/helper/jim.c
@@ -12773,12 +12773,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: ***
- */