remove old unused code
[ust.git] / libustcomm / ustcomm.c
index c76413861cb418cf142c75b14192d85e1216b5a5..5dfd2a8c946183649dd529f67057c3e3ef74c063 100644 (file)
 
 #define UNIX_PATH_MAX 108
 
-#define MSG_MAX 10000
-
-/* FIXME: ustcomm blocks on message sending, which might be problematic in
- * some cases. Fix the poll() usage so sends are buffered until they don't
- * block.
- */
-
-//static void bt(void)
-//{
-//     void *buffer[100];
-//     int result;
-//
-//     result = backtrace(&buffer, 100);
-//     backtrace_symbols_fd(buffer, result, STDERR_FILENO);
-//}
-
 static int mkdir_p(const char *path, mode_t mode)
 {
        const char *path_p;
This page took 0.022247 seconds and 4 git commands to generate.