summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-12-18 18:20:06 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-12-18 18:20:06 +0000
commitc5b878622a4798c74931699e9156d278cd434937 (patch)
treeb4953205dc551f0f41b7efe005b9e9f1df61cc53
parent5e7f1670737dfe53bcb093a481263ceb86fc1392 (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: https://origsvn.digium.com/svn/asterisk/trunk@93666 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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 */