aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 18:20:06 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 18:20:06 +0000
commit5104b90faa2e3dc2f632ad7cb16bd6142966b0ef (patch)
treeb4953205dc551f0f41b7efe005b9e9f1df61cc53 /include
parent8cf5108ca576b608c7f65a21559e1ec748d7837f (diff)
remove a leftover line with only a '#' (wonder why
the compiler does not complain!) and variables that are only used in asterisk.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93666 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/paths.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/asterisk/paths.h b/include/asterisk/paths.h
index 7c5f5aa65..f0052e72a 100644
--- a/include/asterisk/paths.h
+++ b/include/asterisk/paths.h
@@ -17,7 +17,7 @@
#ifndef _ASTERISK_PATHS_H
#define _ASTERISK_PATHS_H
-#
+
extern const char ast_config_AST_CONFIG_DIR[PATH_MAX];
extern const char ast_config_AST_CONFIG_FILE[PATH_MAX];
extern const char ast_config_AST_MODULE_DIR[PATH_MAX];
@@ -36,12 +36,4 @@ extern const char ast_config_AST_RUN_GROUP[PATH_MAX];
extern const char ast_config_AST_RUN_USER[PATH_MAX];
extern const char ast_config_AST_SYSTEM_NAME[20];
-#if 0 /* only used in main/asterisk.c */
-extern const char ast_config_AST_CTL_PERMISSIONS[PATH_MAX];
-extern const char ast_config_AST_CTL_OWNER[PATH_MAX];
-extern const char ast_config_AST_CTL_GROUP[PATH_MAX];
-extern const char ast_config_AST_CTL[PATH_MAX];
-#endif
-
-
#endif /* _ASTERISK_PATHS_H */