Reduce the predefined logic (PredefinedPreprocessor)
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-agent.c
index 0390f87..79e7310 100644 (file)
@@ -1212,6 +1212,7 @@ static void __bt_hal_agent_release_memory(void)
 
 static inline void stack_trim(void)
 {
+/*
 #ifdef STACK_FLUSH
        unsigned int sp;
        char buf[BUF_SIZE];
@@ -1238,4 +1239,5 @@ static inline void stack_trim(void)
                        perror("stack madvise fail");
        }
 #endif
+*/
 }