procd: completely remove tmp-on-zram support
[project/procd.git] / initd / init.h
index 123e11460598d6f3c3d064accb34b23df1375634..dcf9d30486fc83acd023b84a4b9dae6f0bf0b151 100644 (file)
@@ -26,11 +26,4 @@ void preinit(void);
 void early(void);
 int mkdev(const char *progname, int progmode);
 
-#ifdef ZRAM_TMPFS
-int mount_zram_on_tmp(void);
-#else
-static inline int mount_zram_on_tmp(void) {
-       return -ENOSYS;
-}
-#endif
 #endif