* bitmaps/README:
[bpt/emacs.git] / src / getpagesize.h
index 928e044..1d29be0 100644 (file)
@@ -19,10 +19,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef HAVE_GETPAGESIZE
 
-# ifdef VMS
-#  define getpagesize() 512
-# endif
-
 # ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 # endif